fixed hashbang

This commit is contained in:
ilguappo 2024-08-14 17:00:09 -07:00
parent a357f65e31
commit cfe62379de

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# A script to perform incremental backups using rsync # A script to perform incremental backups using rsync
set -o errexit set -o errexit