diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:58:37 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:58:37 +0200 | 
| commit | 320b7ed28d5b142d208f03a3e2f851bec9e1a678 (patch) | |
| tree | 515bbe4e4e1f259e7d2296e4378046a416029711 /bin/common/gt | |
| parent | 934efde05525734c7d02dbcd5615f8999e8b8817 (diff) | |
checkpoint
Diffstat (limited to 'bin/common/gt')
| -rwxr-xr-x | bin/common/gt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common/gt b/bin/common/gt index 9f98c15..1965ed1 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -103,5 +103,6 @@ while getopts ":a:c:f:lsheu" opt; do  		;;  	esac  done +>&2 printf '*: %s\n' "$*"  # eval "herbe $(status | sed 's/"/\"/g;s/.*/"&"/' | tr '\n' ' ')"  | 
