pointvec/push.sh

10 lines
296 B
Bash
Raw Normal View History

2020-03-24 01:41:27 +00:00
#!/bin/bash
2020-03-24 08:00:10 +00: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-24 01:41:27 +00:00
~/Applications/butler status hundredrabbits/dotgrid
2020-03-24 08:00:10 +00:00
rm -r release