From 301ef5b09e0a90588a469e03754ca14788657164 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Sun, 11 Sep 2022 15:57:24 -0400 Subject: [PATCH] Correct sh to bash --- scripts/goentr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/goentr b/scripts/goentr index 9676a6c..4d0cfd1 100755 --- a/scripts/goentr +++ b/scripts/goentr @@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env bash exec entr bash -c "clear; go run ." < <(find .)