X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.local%2Fbin%2Fcloo.gl;h=b3880528cd44eab9cef73fa13118c33d53df22e4;hb=4b436b147222f2e4b6be9be24e63114030ffdfd1;hp=e9abf886b2005e701f6ef719f3ca671ce86046af;hpb=6b5ad5507b4ba05d94f81939aaecc1b333f04b80;p=dotfiles.git diff --git a/x/.local/bin/cloo.gl b/x/.local/bin/cloo.gl index e9abf88..b388052 100755 --- a/x/.local/bin/cloo.gl +++ b/x/.local/bin/cloo.gl @@ -1,3 +1,3 @@ #!/bin/sh perl -pe 's/([^a-zA-Z0-9_.!~*()'\''-])/sprintf("%%%02X",ord($1))/ge' | - xargs -I{} curl -X POST -d "type=regular&token=a&url={}" http://cloo.gl + xargs -I{} curl -X POST -d "type=regular&token=a&url={}" https://cloo.gl