Improvements

This commit is contained in:
2025-11-27 04:22:46 +00:00
parent dba00da901
commit 97ba5eac6a
7 changed files with 141 additions and 10 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
#!/bin/bash
find /media/rewt/media/images/ -name '*.rar' -exec ~/rar2zip.sh '{}' \;
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
find /media/rewt/media/images/ -name '*.rar' -exec "$SCRIPT_DIR/rar2zip.sh" '{}' \;