pointvec/push.sh

10 lines
296 B
Bash
Raw Normal View History

2020-03-23 21:41:27 -04:00
#!/bin/bash
2020-03-24 04:00:10 -04:00
node scripts/lib/build
rm -r release
mkdir release
cp index.html release/index.html
cp README.txt release/README.txt
~/Applications/butler push ~/Repositories/Hundredrabbits/Dotgrid/release hundredrabbits/dotgrid:main
2020-03-23 21:41:27 -04:00
~/Applications/butler status hundredrabbits/dotgrid
2020-03-24 04:00:10 -04:00
rm -r release