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