repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bugfixes, features, documentation, examples, new tool
[hband-tools.git]
/
boilerplate
/
mininit.sh
blob
a81f92b5b1c407425d5e66ea6bec181d92c3597c
1
#!/bin/bash
2
3
set -e
4
set -o
pipefail
5
set -u
6
7
.
/
usr
/
lib
/
tool
/
bash-utils
8
9
cd
"$(bash_scriptdir)"
10