Introduction
Toggle line numbers
1 #!/bin/bash
2 # using #!highlight bash
3 echo "Does Script highlighting work"
Toggle line numbers
1 #!/bin/sh
2 # using #!highlight sh
3 echo "Codeparsing bash scripts seem to work"
Solutions
#!highlight bash
#!highlight sh
Details
Summary