mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
thanks to kevin123 lots of changes
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source ../edit_these.sh
|
||||
eval $( sed -n "/^define/ { s/.*('\([^']*\)', '*\([^']*\)'*);/export \1=\"\2\"/; p }" $NEWZPATH/www/config.php )
|
||||
|
||||
while :
|
||||
do
|
||||
|
||||
echo "Processing TV....." && $PHP processTv.php
|
||||
sleep 30
|
||||
|
||||
done
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user