5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cd client || exit -1
|
|
rm -rf dist/
|