1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-09-19 04:30:57 +02:00
OTR-DecodeAll/checkConfig.sh
2024-06-19 18:45:38 +02:00

14 lines
196 B
Bash
Executable file

#!/bin/bash
set -e
function addLabel {
if [ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" ]; then
echo "Not enough arguments to addLabel"
exit 1;
fi
}
source "$1"
funcConfigPre
funcConfigPost