]> git.wh0rd.org - home.git/blob - .bin/g4
cros-board: update
[home.git] / .bin / g4
1 #!/bin/bash
2
3 args=( "$@" )
4
5 case ${args[0]} in
6 st)
7 args[0]="status"
8 ;;
9 up)
10 args[0]="upload"
11 ;;
12 esac
13
14 exec /usr/bin/g4 "${args[@]}"