aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-24 16:48:07 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-24 16:48:07 +0300
commite25536a4df3e6ffaa80abdcb34df2382213a725a (patch)
tree69f1190a290298758fd2001e7cf8608455a8da88 /build.sh
parent104a6da9210a0c2ea2a6a8edf93fe6b7cc93680b (diff)
works better
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 988ee24..f1befea 100755
--- a/build.sh
+++ b/build.sh
@@ -14,7 +14,7 @@ function __run__ {
function __clean__ {
rm -rf $BIN
- rm -rf files
+ rm -rf $FILES/*.txt
kill $( ps -q $$ -o pgid= ) # exit
}