]> git.scottworley.com Git - picsort/blobdiff - pics-preprocess
Find bash with env
[picsort] / pics-preprocess
index a67f460eb1ef665efa132da12459b78fde222bf3..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
@@ -6,6 +6,7 @@
 
 SMALLHEIGHT=700
 
+renice -n 19 $$
 
 for f;do
   if [[ "$f" == *.NEF ]];then