From 6d52e8373294f3165c097634829982ddb2daf5f7 Mon Sep 17 00:00:00 2001 From: Maurice <mauricegolverdingen@gmail.com> Date: Thu, 3 Nov 2022 18:46:14 +0100 Subject: [PATCH] Updated script to https --- pastabble-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"