Bash scripting cheatsheet by Lee2sman Updated 2017-09-18 Bash shebang #!/usr/bin/env bash for portability, or less good, #!/bin/bash Commenting