diff --git a/makemovielist b/makemovielist index 45345fd..e59a1a6 100644 --- a/makemovielist +++ b/makemovielist @@ -1,6 +1,6 @@ #!/bin/sh -DIR="/home/sintan/Documents/Backup" +DIR="/home/sintan/Documents/Backup/Local" echo "Movies"$'\n'"-------------------------------" > $DIR/movielist ls /mnt/server/Movies/ >> $DIR/movielist