Dateien nach "/" hochladen

This commit is contained in:
2025-12-11 14:49:40 +01:00
parent 03b7794d30
commit 409db0e9e8
4 changed files with 78 additions and 0 deletions

10
incleer.sh Normal file
View 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/*