fix(laptop): fix method for uploading to abyss

This commit is contained in:
lucas 2024-09-06 20:28:03 -03:00
parent 07093650a6
commit 655b3150dc

View File

@ -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"