#!/bin/bash set -eu -o pipefail main() { set -eu echo "Nothing to do for now..." } main /bin/drone-controller "$@"