Abort on every prompt

This commit is contained in:
Hactarus 2018-12-11 17:59:30 +01:00
parent 10bf45289d
commit fd0da434f5

2
init
View file

@ -5,4 +5,4 @@ if [[ ! $? -eq 0 ]]; then
exit 1 exit 1
fi fi
_RDIR=$(cd `dirname $0` && pwd) _RDIR=$(cd `dirname $0` && pwd)
${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR} echo "a" | ${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}