From 2a08623e0b4ace9df036117f198a03ee4178c0da Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 5 Oct 2012 17:07:00 -0400 Subject: [PATCH] g4 wrapper --- .bin/g4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .bin/g4 diff --git a/.bin/g4 b/.bin/g4 new file mode 100755 index 0000000..2e8e2d6 --- /dev/null +++ b/.bin/g4 @@ -0,0 +1,11 @@ +#!/bin/bash + +args=( "$@" ) + +case ${args[0]} in +st) + args[0]="status" + ;; +esac + +exec /usr/bin/g4 "${args[@]}" -- 2.39.5