hosts/satori: random stuff, move modules

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-05 17:45:11 +05:30
parent fc7a90ef64
commit 90bdddcabc
6 changed files with 230 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
for x in "$@"; do
curl -F "file=@\"$x\"" -F "key=$FILEHOST_KEY" $FILEHOST_URL
echo " "
done