hosts/satori: random stuff, move modules
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
5
overlays/customscripts/src/upl
Normal file
5
overlays/customscripts/src/upl
Normal 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
|
Reference in New Issue
Block a user