1 2 3 4 5 6 7
#! /bin/bash PS1='task ' while true; do read -r -p 'task ' line </dev/tty; task $line done