myup.sh
changeset 6 f0c87fb62b66
equal deleted inserted replaced
5:981be8773be7 6:f0c87fb62b66
       
     1 #!/bin/bash
       
     2 PROGDIR=$(dirname $(readlink -f $0))
       
     3 cd "$PROGDIR"
       
     4 for x in /home/media/music /home/common/music /home/stil/r/anubis/common/music /home/stil/r/anubis/common/cls/Boa_n_SEL; do
       
     5     ./scanscript.sh "$x" | ./cos-dbupdate fuck
       
     6 done