From fd0da434f5f2bd03f2c7b02d8478dbd87cc9a6c3 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Tue, 11 Dec 2018 17:59:30 +0100 Subject: [PATCH] Abort on every prompt --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 062485c..fcbbea9 100755 --- a/init +++ b/init @@ -5,4 +5,4 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi _RDIR=$(cd `dirname $0` && pwd) -${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR} \ No newline at end of file +echo "a" | ${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR} \ No newline at end of file