diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..e2b4f4a2 --- /dev/null +++ b/backup.sh @@ -0,0 +1,9 @@ +#!/bin/bash +echo "This is a backup script" + +# This is a new comment +echo "This is a backup script" +echo "Backup started" +echo "Backup completed" + +