summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2021-11-13 13:26:36 +0500
committerMazhar Hussain2021-11-13 13:26:58 +0500
commit512f12cf16701349ce453b940cc2a8e256961134 (patch)
tree6ccde3c494b17e471e94e5d104217a72fb1c3236
parenteaf3940a3b24b61c3f3fd904fc60df3eb72954c2 (diff)
downloadaur-512f12cf16701349ce453b940cc2a8e256961134.tar.gz
Deleted: clean (file)
moved to scripts (repo)
-rwxr-xr-xclean3
1 files changed, 0 insertions, 3 deletions
diff --git a/clean b/clean
deleted file mode 100755
index a4f644205d28..000000000000
--- a/clean
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-list=($(<.gitignore))
-rm -rf ${list[@]}