#/bin/bash while true; do clear echo "Press any key to capture image" guvcview &> /dev/null & read -n 1 killall guvcview ./webcam2ascii.sh read -n 1 done