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