We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037cde9 commit e770c56Copy full SHA for e770c56
z0r
@@ -29,7 +29,7 @@ url=(http://$1)
29
mode=-s
30
dep=(curl awk xclip wget)
31
apikey=4e4b657a91
32
-clip=$(xclip -o)
+clip=$(xclip -o 2>/dev/null)
33
LOGDIR=/$HOME/.z0r_logs
34
#upload function (long -> short)
35
shr(){
0 commit comments