8 lines
93 B
Bash
Executable file
8 lines
93 B
Bash
Executable file
#! /bin/bash
|
|
#
|
|
|
|
. ./scripts/load_env.sh
|
|
|
|
for SCRIPT in ./scripts/*.sh; do
|
|
. $SCRIPT
|
|
done
|