2019-08-20 18:28:53 +02:00

9 lines
136 B
Bash
Executable File

#!/bin/bash
source "$(dirname $0)/utils.sh"
init scripts
for script in [0-9][0-9]_*.sh; do
./${script} "$(get_scope ${1:-})"
done