Including a source code file within the wiki

From SD4H wiki
Revision as of 13:54, 31 October 2024 by Poq (talk | contribs) (Created page with "{{File |name=myfile.sh |lang="bash" |contents= #!/bin/bash echo "this is a bash script" }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File : myfile.sh

The tag name "form" is not supported for <htmltag>.

#!/bin/bash
echo "this is a bash script"