+++ title = "bash" disable_share = true +++ This is a cool bash snippet. ```bash #!/bin/bash if [ "$1" -eq 1 ]; then exit 4 fi ```