File size: 103 Bytes
3462380
 
1
2
3
#!/usr/bin/env bash
set -eux   # -e: exit on error, -u: error on undefined var, -x: print each command