#!/bin/bash

# cheap and easy, just the way I like it

exec entr bash -c "clear; go $1 ." < <(find .)
