20 lines
616 B
Bash
Executable File
20 lines
616 B
Bash
Executable File
#!/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 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
|
|
|