-
Notifications
You must be signed in to change notification settings - Fork 0
/
listUpdate.sh
19 lines (18 loc) · 981 Bytes
/
listUpdate.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if test /media/sriram/FreeAgent\ GoFlex\ Drive; then
cd /home/sriram/Downloads/qbittorrent;
tree -d -H baseHREF > /home/sriram/Dropbox/Public/moviefilenames.html;
cd /home/sriram/Downloads/transmission;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/FreeAgent\ GoFlex\ Drive/Movies;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/Storage1/movies;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/FreeAgent\ GoFlex\ Drive/Videos;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/Windows8/movies\ from\ qbittorrent;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/Windows8/arun\ movies;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
cd /media/sriram/Storage1/shila\ movies;
tree -d -H baseHREF >> /home/sriram/Dropbox/Public/moviefilenames.html;
fi