]> git.wh0rd.org - home.git/blob - .bin/g4
gentoo-sync: add command line options
[home.git] / .bin / g4
1 #!/bin/bash
2
3 args=( "$@" )
4
5 case ${args[0]} in
6 st)
7 args[0]="status"
8 ;;
9 esac
10
11 exec /usr/bin/g4 "${args[@]}"