fc7e688ae7
This reverts commit 8117a6d38b.
11 lines
167 B
Bash
Executable File
11 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p "$1"
|
|
|
|
cd "$1"
|
|
|
|
echo "CD'd to directory: $1"
|
|
|
|
echo "Executing with parameters: ${@:2}"
|
|
|
|
/plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" |