projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tossing unneeded references to dead hierarchy.
[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