add script to open all urls in mails
This commit is contained in:
parent
640ce045a1
commit
02b772ba8c
6
local/bin/murls
Executable file
6
local/bin/murls
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ -z "$*" ]; then
|
||||
mshow
|
||||
else
|
||||
mshow "$@"
|
||||
fi | xurls | xargs rifle
|
Loading…
Reference in New Issue
Block a user