PDA

View Full Version : My first script


YoungJules
21-11-2007, 18:38
#!/bin/busybox sh
echo Content-type: text/html
echo
cat /var/share/dvb2001/services.dat

:D