commit - dfe4be5f003d7130493c7e33b2349c01135938ca
commit + 46d0983c2a63cb6c7808356832e5ff168d6d9bbd
blob - 69cfe83dbef9ade2e92b4dfb63e96e154da8f6e6
blob + ee3087d4dccce1c9f0115233d126b2fd8aa73959
--- launch.sh
+++ launch.sh
mkfifo -m 600 /tmp/pipe_${1}
install -g mischa -m 600 -o mischa /dev/null ${LOGS}/${1}.log
-echo -n "autoinstall ${1}, log output ${LOGS}/${1}.log... "
+echo -n "autoinstall(8) ${1}, log output ${LOGS}/${1}.log... "
vmctl start -c ${1} < /tmp/pipe_${1} | while read line; do
printf '%s\n' "$line" >&2
blob - 8aa69249efccd1c9fc2f4f4064eee37dbcfd18b8
blob + 5f67749d6a81d9a18cfffdcdd7601fcaa1cbca29
--- relaunch.sh
+++ relaunch.sh
mkfifo -m 600 /tmp/pipe_${1}
install -g mischa -m 600 -o mischa /dev/null /home/mischa/${1}.log
-echo -n "autoinstall ${1}, log output /home/mischa/${1}.log... "
+echo -n "autoinstall(8) ${1}, log output /home/mischa/${1}.log... "
vmctl start -c ${1} < /tmp/pipe_${1} | while read line; do
printf '%s\n' "$line" >&2