forked from natto1784/dotfiles
massive rewrite using flake-parts
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
6
pkgs/customscripts/src/x0
Normal file
6
pkgs/customscripts/src/x0
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p curl
|
||||
for x in "$@"; do
|
||||
curl -F "file=@\"$x\"" https://x0.at/
|
||||
echo " "
|
||||
done
|
||||
Reference in New Issue
Block a user