Including a source code file within the wiki: Difference between revisions

From SD4H wiki
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 edit summary
Line 2: Line 2:
   |name=myfile.sh
   |name=myfile.sh
   |lang="bash"
   |lang="bash"
  |lines=yes
   |contents=
   |contents=
#!/bin/bash
#!/bin/bash
echo "this is a bash script"
echo "this is a bash script"
}}
}}

Revision as of 14:36, 31 October 2024

File : myfile.sh

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

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