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 .)