gonito/pack.sh

12 lines
179 B
Bash
Raw Normal View History

2015-12-20 19:21:45 +01:00
#!/bin/bash
DATESTAMP=`date +%Y-%m-%d`
PACKAGE=gonito-$DATESTAMP.tar.gz
echo $PACKAGE
2015-12-20 21:54:37 +01:00
stack install
2015-12-20 19:21:45 +01:00
cp ~/.local/bin/gonito .
tar zvcf $PACKAGE gonito config/ static/
rm gonito