summaryrefslogtreecommitdiff
path: root/bin/common/ask
blob: 95530f5ed9ccb0bb3a92e26948515e7c58c2ec99 (plain)
1
2
3
4
#!/bin/sh
which tgpt >/dev/null || exit 1
[ "${inp:=$@}" ] || inp="$(cat /dev/stdin)"
tgpt "$inp"