From 650ca05f6ebe1606902d25ebfb713499fde946de Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sat, 14 May 2022 03:08:08 +0500 Subject: [PATCH] Better shebang: /usr/bin/env bash --- rofi-checklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-checklist.sh b/rofi-checklist.sh index dcc4161..5b02b63 100755 --- a/rofi-checklist.sh +++ b/rofi-checklist.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Setup constants NL=$'\n'