Files
pointvec/push.sh

10 lines
296 B
Bash
Raw Normal View History

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