Files
dotfiles/pkgs/customscripts/src/x0
2022-12-08 01:00:12 +05:30

7 lines
128 B
Plaintext

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p curl
for x in "$@"; do
curl -F "file=@\"$x\"" https://x0.at/
echo " "
done