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

15 lines
196 B
Bash
Raw Normal View History

2024-06-19 18:37:27 +02:00
#!/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