fix(laptop): fix method for uploading to abyss
This commit is contained in:
parent
07093650a6
commit
655b3150dc
@ -64,7 +64,7 @@ pst() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz/upload
|
||||
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
|
||||
|
||||
if [[ -p /dev/stdin ]]; then
|
||||
rm "$file"
|
||||
|
Loading…
Reference in New Issue
Block a user