mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Added makemovielist
This commit is contained in:
parent
b5fc109f99
commit
cc7b318fcc
1 changed files with 8 additions and 0 deletions
8
makemovielist
Normal file
8
makemovielist
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="/home/sintan/Documents/Backup"
|
||||
|
||||
echo "Movies"$'\n'"-------------------------------" > $DIR/movielist
|
||||
ls /mnt/server/Movies/ >> $DIR/movielist
|
||||
echo "-------------------------------"$'\n'"Movies Extra"$'\n'"-------------------------------" >> $DIR/movielist
|
||||
ls "/mnt/server/Movies Extra/" >> $DIR/movielist
|
Loading…
Reference in a new issue