fix capture.py, add imago-camera, imago-timer
[imago.git] / tests / play
1 #!/bin/bash
2
3 clear
4
5 for file in "$1/"*".txt" ; do
6         echo $file
7         cat $file
8         sleep 1
9         clear
10 done