diff options
Diffstat (limited to 'bin/common/gt-st')
-rwxr-xr-x | bin/common/gt-st | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/common/gt-st b/bin/common/gt-st index 43443cd..e4bd59e 100755 --- a/bin/common/gt-st +++ b/bin/common/gt-st @@ -1,8 +1,9 @@ #!/bin/sh +# gt-st # Print status of the repo locally +# $1: path to repo -# path to repo repo="$1" [ "$1" ] || exit 1 |