finally use xserver.extraLayouts correctly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p curl
|
||||
for x in $@; do
|
||||
curl -F file=@"$x" --header "key: $FILEHOST_KEY" https://f.weirdnatto.in
|
||||
curl -F "file=@\"$x\"" --header "key: $FILEHOST_KEY" https://f.weirdnatto.in
|
||||
echo " "
|
||||
done
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p curl
|
||||
for x in $@; do
|
||||
curl -F file=@"$x" https://x0.at/
|
||||
curl -F "file=@\"$x\"" https://x0.at/
|
||||
echo " "
|
||||
done
|
||||
|
Reference in New Issue
Block a user