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