From: Mart Lubbers Date: Wed, 7 Jun 2017 08:39:05 +0000 (+0200) Subject: cloogle https X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=9b2ed7881f9949938da0e1540cce07d463e9cb57;p=dotfiles.git cloogle https --- 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