diff --git a/dotlib/generic-post/util.sh b/dotlib/generic-post/util.sh index b5bba30..af86e49 100644 --- a/dotlib/generic-post/util.sh +++ b/dotlib/generic-post/util.sh @@ -24,5 +24,5 @@ awk-find() { } clbin() { - tail -n +1 -- "$@" | curl -sSF 'clbin=<-' + tail -n +1 -- "$@" | curl -sSF 'clbin=<-' https://clbin.com }