diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 |
commit | ddbb985e96c9bb76dd7844654d4175be3cd65d45 (patch) | |
tree | 2b7b08958ae82bff667a5492226f8b8a4440aa18 /bin/common | |
parent | 156db94321161105f5522d621d48de77d1a46857 (diff) |
checkpoint
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/ask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common/ask b/bin/common/ask index 95530f5..386a1f2 100755 --- a/bin/common/ask +++ b/bin/common/ask @@ -1,4 +1,5 @@ #!/bin/sh which tgpt >/dev/null || exit 1 [ "${inp:=$@}" ] || inp="$(cat /dev/stdin)" +>&2 printf 'inp: %s\n' "$inp" tgpt "$inp" |