summarylogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
authorKirill Goncharov2019-11-06 00:29:03 +0300
committerKirill Goncharov2019-11-07 02:13:17 +0300
commitcb4c6023d31eb8530fefd31586a3baf8507b7b9f (patch)
tree36d492c364de38f96b971d6bba1068a49fcc8bb5 /clean.sh
downloadaur-cb4c6023d31eb8530fefd31586a3baf8507b7b9f.tar.gz
Version 6.3.3
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
new file mode 100755
index 000000000000..1f17c453ac38
--- /dev/null
+++ b/clean.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+while read LINE
+ do rm -rv $LINE
+done < .gitignore \ No newline at end of file