diff options
| author | lemurianmage <azureazure@disroot.org> | 2025-12-01 19:38:08 +0100 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2025-12-01 19:38:08 +0100 |
| commit | 8a40b7c38579d3d32af07337f0fde97289b80b5d (patch) | |
| tree | 6c11a106428700a8a0e66993fb550b05d8b27157 /post.sh | |
| parent | 9fa14f6ff56f96642b325cd219d9dbdb316f0b5c (diff) | |
| download | slimegirl.nexus-8a40b7c38579d3d32af07337f0fde97289b80b5d.tar.gz | |
add head.html
Diffstat (limited to 'post.sh')
| -rwxr-xr-x | post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ ./build.sh tmpfile=$(mktemp) tar -C public/ -cvz . > $tmpfile +trap "rm $tmpfile" EXIT curl --oauth2-bearer "$1" -Fcontent=@"$tmpfile" https://pages.sr.ht/publish/lemurianmage.srht.site -rm "$tmpfile" |
