Complete dotfile restructure

This commit is contained in:
Riley Housden 2022-02-08 00:05:06 -05:00
parent 41ed4cf73c
commit b0a65ad848
6 changed files with 160 additions and 169 deletions

View file

@ -1,18 +0,0 @@
make clean
if [ -d "output" ]
then
rm -r output
fi
if [ -f "work.zip" ]
then
rm work.zip
fi
if [ -z "$1" ]
then
zip -r work.zip . -x "makefile"
else
zip -r work.zip $1 -x "makefile"
fi