#!/bin/sh which tgpt >/dev/null || exit 1 [ "${inp:=$@}" ] || inp="$(cat /dev/stdin)" tgpt "$inp"