diff options
Diffstat (limited to 'scripts/clean/client/index.sh')
-rwxr-xr-x | scripts/clean/client/index.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/clean/client/index.sh b/scripts/clean/client/index.sh new file mode 100755 index 000000000..19b89de77 --- /dev/null +++ b/scripts/clean/client/index.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -eu | ||
4 | |||
5 | cd client | ||
6 | rm -rf compiled/ dist/ dll/ | ||