7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
if [ -z "$*" ]; then
|
||
|
mshow
|
||
|
else
|
||
|
mshow "$@"
|
||
|
fi | xurls | xargs rifle
|