Remove unused functions

main
Clément FRÉVILLE 1 year ago
parent b9803f47b1
commit 8bdf68c718

@ -5,12 +5,6 @@ set -eu
VDN_PATH=$(readlink -f $(dirname $(command -v vdn))/..) VDN_PATH=$(readlink -f $(dirname $(command -v vdn))/..)
. $VDN_PATH/bin/functions.sh . $VDN_PATH/bin/functions.sh
synopsis() {
cat << EOF
Usage : $(basename $0) [-h] [option...]
EOF
}
help() { help() {
cat << EOF cat << EOF
$(basename $0) exécute une pipeline Drone locale dans VDN. $(basename $0) exécute une pipeline Drone locale dans VDN.
@ -35,11 +29,6 @@ Exemple :
EOF EOF
} }
usage() {
synopsis
exit 1
}
for arg; do for arg; do
case "$arg" in case "$arg" in
'-h') '-h')

Loading…
Cancel
Save