Talk:Mediawiki RawFile: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Tests... |
Tests... |
||
<nowiki>{${ |
<nowiki>{${phpinfo()}}</nowiki> |
||
[{{#file: myscript.sh}} as myscript.sh] |
[{{#file: myscript.sh}} as myscript.sh] |
||
<source lang=bash> |
<source lang=bash> |
||
Revision as of 13:32, 13 February 2014
Tests...
{${phpinfo()}} [{{#file: myscript.sh}} as myscript.sh]
#!/bin/bash
echo 'Hello world!'
exit 0