From 1bca65bfc233273d6032b36dd377589780b69b46 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 18 Aug 2019 12:28:11 -0400 Subject: portable shebang --- .local/bin/podentr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/podentr') diff --git a/.local/bin/podentr b/.local/bin/podentr index 13ab4a8..bf1eeb8 100755 --- a/.local/bin/podentr +++ b/.local/bin/podentr @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # entr command to run `queueandnotify` when newsboat queue is changed [ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit -- cgit v1.3.1