3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/sh
|
|
argv0="$0"; shift; "$argv0"_"$0" "$@"
|
#!/bin/sh
|
|
argv0="$0"; shift; "$argv0"_"$0" "$@"
|