mahbinstuff/geturl.sh
Sir 2nd Stage Boss Garbagetruck 23f4721ece Changes for some items.
- emacs config for fonts wasn't working without custom, for some
 reason.
2021-01-31 02:58:47 +02:00

11 lines
140 B
Bash
Executable file

#!/bin/sh
URL=$(mybemenu < ~/bin/urllist)
if [ $URL ]; then
if [ "$URL" = "clipboard" ]; then
URL=$(wl-paste)
fi
badwolf ${URL}
fi