Migrated to '/bin/sh'

This commit is contained in:
2024-02-27 10:03:12 +01:00
parent 0918139225
commit 39a15d2f2a
5 changed files with 150 additions and 220 deletions

View File

@@ -1,12 +1,10 @@
#!/bin/bash
#!/usr/bin/env bash
# Unit tests for backup.sh
# This tool is NOT intended to be used outside
# of a testing environment, please use at your own risk.
# By Marco Cetica 2023 (<email@marcocetica.com>)
#
set -e
helper() {
cat <<EOF
backup.sh unit testing suite.