From 3b0439a00ce77be996f154f93bc5240047d864e3 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Fri, 7 Aug 2026 13:17:08 +0200 Subject: [PATCH] Adding render_all --- render_all.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/render_all.sh b/render_all.sh index 69d456c..b79ac92 100755 --- a/render_all.sh +++ b/render_all.sh @@ -1,9 +1,19 @@ #!/bin/sh - +./gnommo.sh -p video0 render --force ./gnommo.sh -p video1 render --force ./gnommo.sh -p video2 render --force ./gnommo.sh -p video3 render --force ./gnommo.sh -p video4 render --force ./gnommo.sh -p video5 render --force -./gnommo.sh -p video6 render --force +./gnommo.sh -p video6 render --force +./gnommo.sh -p video7 render --force +./gnommo.sh -p video0 handoff --prod +./gnommo.sh -p video1 handoff --prod +./gnommo.sh -p video2 handoff --prod +./gnommo.sh -p video3 handoff --prod +./gnommo.sh -p video4 handoff --prod +./gnommo.sh -p video5 handoff --prod +./gnommo.sh -p video6 handoff --prod +./gnommo.sh -p video7 handoff --prod +