diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-29 20:59:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-29 20:59:11 +0200 |
commit | 236f6bff4d262e96cd6e07b0ba46908a457860d6 (patch) | |
tree | 82f26add03abb644fa975b1a39a93d673fe1fc9e /bin/guiscripts | |
parent | 179582b4187f5cc9ab784d8ec20b42db4bf12281 (diff) | |
parent | cb06bb626545a35f56f55f2abe3942262f5ca824 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/lh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/guiscripts/lh b/bin/guiscripts/lh index ed5af47..ba39ec0 100755 --- a/bin/guiscripts/lh +++ b/bin/guiscripts/lh @@ -8,7 +8,6 @@ [ "${url:=$1}" ] || url="$(clipo)" notify-send "linkhandler" "$url" -echo "$url" > ~/file.txt case "$url" in file://*) |