summarylogtreecommitdiffstats
path: root/clean.sh
diff options
context:
space:
mode:
authorKirill Goncharov2020-06-05 13:05:38 +0300
committerKirill Goncharov2020-06-05 13:05:38 +0300
commit9f0023d33285f96efbfa76927c35df6a90a810b0 (patch)
treee8627e653fc130e2d74bf33bc931ae587f572dc4 /clean.sh
parent8e9d0d54cd262db6c0ddace25fb62b710f2f670e (diff)
downloadaur-9f0023d33285f96efbfa76927c35df6a90a810b0.tar.gz
Add clean.sh script
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