Difference between revisions of "Talk:Mediawiki RawFile"

From YobiWiki
Jump to navigation Jump to search
(Created page with "Tests... <nowiki>{${php_info()}</nowiki>")
 
m
Line 2: Line 2:
   
 
<nowiki>{${php_info()}</nowiki>
 
<nowiki>{${php_info()}</nowiki>
  +
[{{#file: myscript.sh}} as myscript.sh]
  +
<source lang=bash>
  +
#!/bin/bash
  +
  +
echo 'Hello world!'
  +
exit 0
  +
</source>

Revision as of 15:30, 13 February 2014

Tests...

{${php_info()} [{{#file: myscript.sh}} as myscript.sh]

#!/bin/bash

echo 'Hello world!'
exit 0