- Basic cleanup of old files

This commit is contained in:
Ben Reaves
2020-10-24 19:22:26 -05:00
parent 3f573c6d61
commit 89701595fb
25 changed files with 0 additions and 344 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ $# -eq 0 ]
then
# No arguments
./kintox11
else
./caret_status.sh &
./kintox11
fi