initial commit

This commit is contained in:
Eric Schultz
2015-10-24 10:17:28 -07:00
commit 30ca111094
536 changed files with 51775 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# put some restrictions on 'rm'
echo "Deleting $1 ..."
[[ $1 == /boot/config/plugins-error/* ]] && rm $1
[[ $1 == /boot/config/plugins-stale/* ]] && rm $1