From cab82ab7c445c0870943ae6752853db35e0c3a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 2 May 2024 19:07:30 +0300 Subject: [PATCH] shebang: change to /usr/bin/env bash (#20) --- btrfs-auto-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-auto-snapshot b/btrfs-auto-snapshot index e270d8b..d256dde 100755 --- a/btrfs-auto-snapshot +++ b/btrfs-auto-snapshot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## # btrfs-auto-snapshot for Linux