aboutgitcodelistschat:MatrixIRC
path: root/seitan-run
diff options
context:
space:
mode:
Diffstat (limited to 'seitan-run')
-rwxr-xr-xseitan-run2
1 files changed, 2 insertions, 0 deletions
diff --git a/seitan-run b/seitan-run
index 88cdcf0..c90e1d0 100755
--- a/seitan-run
+++ b/seitan-run
@@ -36,6 +36,8 @@ trap cleanup EXIT INT
[ -z "${SEITAN}" ] && echo "seitan not found" && exit 1
"${COOKER}" "${1}" "${DIR}/gluten" "${DIR}/bpf"
+echo "Cooked files now at ${DIR}"
+
shift
( "${EATER}" -i "${DIR}/bpf" -- ${@} & echo "${!}" > "${DIR}/eater.pid" 2>&1 ) &
sleep 0.1 || sleep 1