diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-02 14:42:31 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-02 14:42:31 -0600 |
commit | 6035311e447acb0e734505afe500237bd8872df0 (patch) | |
tree | b96cd9dcb8379e76bc165aa6ef78c1efa9ecf425 /bin/backup | |
parent | 9717093d86f1906234c77230f9e167b878265cb9 (diff) |
clean up some script stuff
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash set -euo pipefail |