summaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-02 22:34:00 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-02 22:34:00 +0100
commitddbb985e96c9bb76dd7844654d4175be3cd65d45 (patch)
tree2b7b08958ae82bff667a5492226f8b8a4440aa18 /bin/common
parent156db94321161105f5522d621d48de77d1a46857 (diff)
checkpoint
Diffstat (limited to 'bin/common')
-rwxr-xr-xbin/common/ask1
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"