Dateien nach "/" hochladen
This commit is contained in:
10
incleer.sh
Normal file
10
incleer.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# /usr/local/bin/ ordner
|
||||
|
||||
|
||||
|
||||
# L<>scht ind dateien..
|
||||
find /volume1/TorrentInc/ -iname "*.torrent" -exec rm -r "{}" \;
|
||||
find /volume1/TorrentInc/ -iname "*added" -exec rm -r "{}" \;
|
||||
# rm -r /volume1/TorrentInc/*
|
||||
|
||||
Reference in New Issue
Block a user