first check-in of feisty meow codebase. many things broken still due to recent
[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