aboutsummaryrefslogtreecommitdiff
path: root/assets/clean.sh
diff options
context:
space:
mode:
authorStrugglingDoge <cbckelley@yahoo.com>2019-04-30 21:12:37 -0400
committerStrugglingDoge <cbckelley@yahoo.com>2019-04-30 21:12:37 -0400
commit80603494574a93527505c0d03efddbf98f28dfad (patch)
tree44f1961479909fc8230946d072962dae33b8b94b /assets/clean.sh
Initial Commit
Diffstat (limited to 'assets/clean.sh')
-rw-r--r--assets/clean.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/clean.sh b/assets/clean.sh
new file mode 100644
index 0000000..12a8d57
--- /dev/null
+++ b/assets/clean.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+echo "Cleaning..."
+
+echo "removing .DS_Store files"
+find . -name '.DS_Store' -delete
+
+echo "done."