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

From SD4H wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
   |name=myfile.sh
   |name=myfile.sh
   |lang="bash"
   |lang="bash"
  |lines=no
   |contents=
   |contents=
#!/bin/bash
#!/bin/bash
echo "this is a bash script"
echo "this is a bash script"
}}
}}

Revision as of 14:39, 31 October 2024

File : myfile.sh

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

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