1
0
Fork 0
mirror of https://git.sr.ht/~phw/scotty synced 2025-05-01 06:07:04 +02:00
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