docs: change from my domain to standard localhost
This commit is contained in:
parent
c8b23c79b9
commit
52fa208aab
@ -64,7 +64,7 @@ pst() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
|
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235
|
||||||
|
|
||||||
if [[ -p /dev/stdin ]]; then
|
if [[ -p /dev/stdin ]]; then
|
||||||
rm "$file"
|
rm "$file"
|
||||||
@ -88,7 +88,7 @@ function pst
|
|||||||
set file "$argv[1]"
|
set file "$argv[1]"
|
||||||
end
|
end
|
||||||
|
|
||||||
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
|
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235
|
||||||
|
|
||||||
if command test -p /dev/stdin
|
if command test -p /dev/stdin
|
||||||
rm "$file"
|
rm "$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user