edryd
about
photos
posts
projects
contact
code
g
tiny git wrapper
g:
#!/usr/bin/env bash
# g: tiny git wrapper
if
[[
$#
-eq
0
]]
;
then
git status
else
git
"
$@
"
fi
Previous:
Gst
Next:
Ed