5 lines
33 B
Bash
Executable file
5 lines
33 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
rm -rf dist/
|