6b088938f ^
1 2 3 4 5 6 7 8 9
#!/bin/sh set -e set -x if [ "$1" != "" ]; then exec ./koch install "$1" else exec ./koch install fi