mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
thanks to kevin123 lots of changes
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/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 Music.....";$PHP processMusic.php
|
||||
sleep 30
|
||||
|
||||
done
|
||||
exit
|
||||
Reference in New Issue
Block a user