nice new tool to show version of feisty meow
[feisty_meow.git] / scripts / site_avenger / satis-refresh.sh
1 #!/bin/bash
2
3 # Author: Kevin Wentworth
4
5 #hmmm: have not done anything with this yet.
6
7 # Reference:
8 # http://askubuntu.com/a/465113 - where to put scripts
9 # chmod +x satis-refresh - for execute permissions
10
11 cd /srv/users/avenger/apps/avenger-packages/satis
12
13 php bin/satis build /srv/users/avenger/apps/avenger-packages/satis/satis.json /srv/users/avenger/apps/avenger-packages/public -n
14
15 echo "DONE"