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