[mythtv-users] Start MythTV on Display I want (and if not there, next one I want)

Ian Clark mrrooster at gmail.com
Thu Jan 15 16:23:56 UTC 2009


2009/1/14 Allen Edwards <allen.p.edwards at gmail.com>:
[snip]
>  I can program
> PHP and C but have not done any conditional bash scripts (is that even
> the right way say it?).

You can use PHP as a scripting language if you so desire:-

#!/usr/local/bin/php
<?
print"Hello world!";
?>

as an example. :)

(ian:~)$ ./foo.php
Hello world!
(ian:~)$

Cheers,

Ian


More information about the mythtv-users mailing list