Complete dotfile restructure
This commit is contained in:
parent
41ed4cf73c
commit
b0a65ad848
6 changed files with 160 additions and 169 deletions
18
bin/pack
18
bin/pack
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue