6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source /etc/profile
|
|
#PATH=$PATH:/usr/local/bin
|
|
cd /var/www/streamshifter/htdocs
|
|
./record.sh 10620 SeanHannity "`cat KDWN.strm`" "Sean Hannity" 2>&1 >/dev/null &
|