diff --git a/webroot/watch.shs b/webroot/watch.shs index a31a3a9..b69ece7 100755 --- a/webroot/watch.shs +++ b/webroot/watch.shs @@ -1,5 +1,9 @@ #!/bin/bash +if [[ ! -d "temp" ]]; then + mkdir "temp" +fi + declare -A strings if [[ ! $(which haruhi-dl) ]]; then