Files
T
Eric Nemchik 7a5ff21192 initial
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2024-01-08 19:32:59 -06:00

8 lines
183 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
echo "Remove codecs: start"
find "/config/Library/Application Support/Plex Media Server/Codecs/"* -type d -exec rm -rv {} +
echo "Remove codecs: end"