small changes around neovim and customscripts

This commit is contained in:
2021-06-25 03:48:04 +05:30
parent ee5cd59841
commit b1d7988152
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env nix-shell
#! 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
echo " "
done

View File

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