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