]> git.scottworley.com Git - picsort/blobdiff - pics-make-inputjs
Find bash with env
[picsort] / pics-make-inputjs
index e1182b87fcf6c467efb6d9d855f89858ed366b23..6182e72532403e66c4ede7dffebfd3bd9c0722fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cat > picstosort.js <<EOF
 files =  [ $(ls -rt *.NEF *.jpeg | ql | tr \\n , | sed 's/,$//' ) ];