8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPTPATH=/var/www/htdocs/m/scripts/
|
|
|
|
${SCRIPTPATH}homeaudio_auditqueues.pl
|
|
${SCRIPTPATH}homeaudio_makealpha.pl
|
|
php ${SCRIPTPATH}homeaudio_parsesongs.php
|