@@ -1,3 +1,3 @@
 | 
				
			|||||||
+ Satori is my home laptop
 | 
					+ satori is my home laptop
 | 
				
			||||||
+ Marisa is my Raspberry Pi 4 (B)
 | 
					+ marisa is my Raspberry Pi 4 (B)
 | 
				
			||||||
+ Remilia is my cloud VM
 | 
					+ remilia is my cloud VM
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,5 @@
 | 
				
			|||||||
#!/usr/bin/env nix-shell
 | 
					#!/usr/bin/env sh
 | 
				
			||||||
#! nix-shell -i bash -p curl
 | 
					 | 
				
			||||||
for x in "$@"; do
 | 
					for x in "$@"; do
 | 
				
			||||||
  curl -F "file=@\"$x\"" --header "key: $FILEHOST_KEY" https://f.weirdnatto.in
 | 
					  curl -F "file=@\"$x\"" -F "key=$FILEHOST_KEY" https://f.weirdnatto.in
 | 
				
			||||||
  echo " "
 | 
					  echo " "
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user