7 lines
103 B
Bash
7 lines
103 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./build.sh
|
||
|
|
||
|
zip -r mixsy.zip README.md index.html pkg
|
||
|
butler push mixsy.zip ruin/mixsy:html
|