mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-10 23:49:28 +02:00
5 lines
145 B
Bash
Executable file
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
|