Files
FFmpeg/addons/run.sh
T
Michael Fabian 'Xaymar' Dirks 5c9a68281a ci: Move to a script based system for easier local repro
Also limit parallel execution of automation commands so they don't break each other randomly.
2022-01-10 00:31:19 +01:00

5 lines
89 B
Bash

for file in ${SCRIPTROOT}/scripts/*.sh; do
[ -e "${file}" ] || continue
. ${file}
done