From d4757b140364cd277f7f7f373475eb427003cb42 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 9 Jun 2023 18:52:16 +0200 Subject: cooker: Pass arguments to filter Signed-off-by: Stefano Brivio --- seitan-run | 2 ++ 1 file changed, 2 insertions(+) (limited to 'seitan-run') 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 -- cgit v1.2.3