diff options
Diffstat (limited to 'custom')
| -rwxr-xr-x | custom/zfsrollback | 2 | ||||
| -rwxr-xr-x | custom/zfssnapshot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/zfsrollback b/custom/zfsrollback index d73e0e8..90be5d2 100755 --- a/custom/zfsrollback +++ b/custom/zfsrollback @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # Craig Jennings <c@cjennings.net> # Roll back ZFS datasets to a selected snapshot using fzf. diff --git a/custom/zfssnapshot b/custom/zfssnapshot index 749ea5a..98f8315 100755 --- a/custom/zfssnapshot +++ b/custom/zfssnapshot @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # Craig Jennings <c@cjennings.net> # Create a ZFS snapshot across all datasets with a dated, descriptive name. |
