reverted to umask 022 to allow others to read, since turning off the rx bits for...
[feisty_meow.git] / scripts / multimedia / pic_importer.sh
1 #!/bin/bash
2 num=1
3 while true; do
4   import -silent -window root $HOME/bg_image_$num.jpg
5   num=$(expr $num + 1)
6   sleep 7
7 done