5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
cmd="git-$1-script"
|
||
|
shift
|
||
|
exec $cmd "$@"
|