1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-DecodeAll synced 2024-10-17 19:50:04 +02:00

Add checkConfig.sh

This commit is contained in:
Jonny007-MKD 2024-06-19 18:37:27 +02:00
parent b6f0d40304
commit 74ca86e5aa

14
checkConfig.sh Executable file
View file

@ -0,0 +1,14 @@
#!/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