10 lines
296 B
Bash
Executable File
10 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|
|
~/Applications/butler status hundredrabbits/dotgrid
|
|
rm -r release |