9 lines
151 B
Bash
Executable File
9 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$1"
|
|
|
|
echo "CD'd to directory: $1"
|
|
|
|
echo "Executing with parameters: ${@:2}"
|
|
|
|
/plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" |