diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-01 01:13:43 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-01 01:13:43 +0200 |
commit | fecb6306631aaec1774497093b7da44ab5950d92 (patch) | |
tree | 58ff75a024f0fcbfaab6f2f31401db8322cd5c25 /bin | |
parent | 36d2972c60ec86b873fa496d1f5ea95cf748cf49 (diff) |
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/gt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt index c679b23..5bcc7c3 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -8,7 +8,7 @@ repos=$HOME/sync/share/git-track.txt # prevent file not found errors -touch "$repos" +touch "$repos" || exit 1 help() { >&2 cat <<EOF |