Skip to content

Commit

Permalink
Create run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
12nick12 authored Jun 13, 2017
1 parent ab5ee1d commit d1b66e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
sicklocation="/opt/sickbeard_mp4_automator/manual.py" #Location of sickbeard_mp4_automator
tsdate="/root/scripts/rawhdconvert/ts.$(date +'%Y%m%d')" #Create current date and time
sicklocation="/opt/sickbeard_mp4_automator/manual.py" # Location of sickbeard_mp4_automator
tsdate="/root/scripts/rawhdconvert/ts.$(date +'%Y%m%d')" # Create current date and time
tsdatec=$tsdate # Not sure why I did this
ts="/root/scripts/rawhdconvert/ts" # location of ts. TS is the temp file that holds files to be converted
location="$1" # Folder you want to search in
Expand Down

0 comments on commit d1b66e6

Please sign in to comment.