#!/bin/sh find . -type f | rg -v "node_modules|upload|png|svg|lock|hbs" | entr -r node main.js