diff --git a/pastabble-cli.sh b/pastabble-cli.sh index fddbeb5..8f76954 100644 --- a/pastabble-cli.sh +++ b/pastabble-cli.sh @@ -1,7 +1,7 @@ #!/bin/sh # Shell aliasses and functions. # Load or copy this file into your .profile or (b)ashrc -PURL="paste.plabble.org" +PURL="https://paste.plabble.org" alias pcopy="curl -F 'content=<-' $PURL -w '\n'" alias pshort="curl -F 'link=<-' $PURL/to -w '\n'"