bugfixes, features, documentation, examples, new tool
[hband-tools.git] / boilerplate / mininit.sh
bloba81f92b5b1c407425d5e66ea6bec181d92c3597c
1 #!/bin/bash
3 set -e
4 set -o pipefail
5 set -u
7 . /usr/lib/tool/bash-utils
9 cd "$(bash_scriptdir)"