6 lines
152 B
Bash
6 lines
152 B
Bash
#! /usr/bin/env bash
|
|
|
|
./build.sh
|
|
zip -r tilesy.zip README.md index.html script.js style.css background.png pkg/
|
|
butler push tilesy.zip ruin/tilesy:html
|