nsbin/werbeosd.sh
Nico Schottelius 19e00978f9 smaller updates
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-01-06 10:49:58 +01:00

9 lines
205 B
Bash
Executable file

file=wordlist
while true; do
while read satz; do
echo "$satz" | osd_cat -p middle -A center -f '-misc-fixed-medium-r-semicondensed--*-542-*-*-c-*-*-*' -d 1
sleep 5
done < "$file"
done