scotty/pages/publish.sh

5 lines
145 B
Bash
Executable file

#!/bin/bash
cd $(dirname "$0")
tar -C scotty -cvzf ./pages.tar.gz index.html
hut pages publish -d go.uploadedlobster.com -s scotty pages.tar.gz