diff --git a/bin/nextcloud-sync b/bin/nextcloud-sync new file mode 100755 index 0000000..a8bc096 --- /dev/null +++ b/bin/nextcloud-sync @@ -0,0 +1,29 @@ +#!/usr/bin/env bash +set -e +set -u +set -o pipefail + +if [[ "${1:-}" == "-h" ]] || [[ "${1:-}" == "--help" ]]; then + cat <