aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/clean/client/dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean/client/dist.sh')
-rwxr-xr-xscripts/clean/client/dist.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/clean/client/dist.sh b/scripts/clean/client/dist.sh
index ea6f7d644..19b89de77 100755
--- a/scripts/clean/client/dist.sh
+++ b/scripts/clean/client/dist.sh
@@ -1,4 +1,6 @@
1#!/usr/bin/env sh 1#!/bin/sh
2 2
3cd client || exit -1 3set -eu
4
5cd client
4rm -rf compiled/ dist/ dll/ 6rm -rf compiled/ dist/ dll/