Y
Hacker News
new
|
ask
|
show
|
jobs
by
renewiltord
932 days ago
There's the old $0 trick. I use that for shell scripts that share a lot of code.
if [[ $0 == "norg" ]]; then gron --ungron "$@"
And so on
1 comments
hibbelig
932 days ago
Are norg and ungron similar to wobble and wibble?
link