From 5ef543f76087b40ef3df19823c6f3c6b9a3305d5 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 23 Jun 2022 16:23:38 +0200 Subject: [PATCH] change shebang line --- bash/dup-live-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/dup-live-disk.sh b/bash/dup-live-disk.sh index 1e25b3e..fd27c48 100755 --- a/bash/dup-live-disk.sh +++ b/bash/dup-live-disk.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # dup-live-disk.sh - duplicate (possibly live) system partitions #