Including a source code file within the wiki: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{File |name=myfile.sh |lang="bash" |contents= #!/bin/bash echo "this is a bash script" }}") |
(No difference)
|
Revision as of 13:54, 31 October 2024
File : myfile.sh
The tag name "form" is not supported for <htmltag>.
#!/bin/bash
echo "this is a bash script"