diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 13:36:47 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 13:36:47 +0200 |
commit | d7845cdced852478e73cbd8f4b52dfc42da9c668 (patch) | |
tree | 5dc6afc6cf66f6d0d295ba6b6a6fdc95947b87a8 /bin/common/gt-st | |
parent | 642e439ddac3c27431616778925f26d37e3db0fb (diff) |
checkpoint
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 |