]> git.scottworley.com Git - picsort/commitdiff
Find bash with env
authorScott Worley <scottworley@scottworley.com>
Sun, 19 Jul 2020 16:14:09 +0000 (09:14 -0700)
committerScott Worley <scottworley@scottworley.com>
Sun, 19 Jul 2020 16:14:09 +0000 (09:14 -0700)
pics-make-inputjs
pics-preprocess
pics-run-ufraw
slurp-pics

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/,$//' ) ];
index f0fb957135d0b81b5ea06bc2f812e114c7e71cda..55b27179d99ba1d8eede4b7565557662d67337c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Pass .NEF and .jpeg files as $@.
 # This makes many variants of each .NEF file at different exposure levels
index dc35b99ef1fb6737f0d77529343877a1a93092be..8930864948f36922605c80cf1e211fe04bbd539d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 GREEN=1.105
 TEMPERATURE=5500
index 0dd4e78d821917dd0a2408f7f35981b1e77b5abb..8bbd7ca9e072c38f8f313220fefdb779b361d802 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 LEGACY='-oHostKeyAlgorithms=+ssh-dss'
 sftp=( sftp -v -P 19362 -i .slurp-key -oConnectTimeout=4 $LEGACY )