find bash through /usr/bin/env
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 28 Jan 2013 23:16:07 +0000 (15:16 -0800)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Mon, 28 Jan 2013 23:16:48 +0000 (15:16 -0800)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

23 files changed:
80x25.sh
ascii-tyrant.sh
audiorip.sh
boon
comake
dual_rename.sh
gg
git-cur-branch.sh
git-foo
git-identity.sh
head_grep.sh
iocaine.sh
mount.qemu
mp3splt-audiobook
pdfgrep.sh
pdflatex.sh
ql.sh
ser
sidplayall.sh
vfat-label.sh
xg
xx
xy

index ed7341f..e0b0263 100755 (executable)
--- a/80x25.sh
+++ b/80x25.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 cat <<EOF
 +==============================================================================+
index 828e944..62eee66 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # 1. translate curly single quotes into regular single quotes
 # 2. translate other kind of curly single quotes into regular single quotes
index 47d808c..88f2416 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # audiorip
diff --git a/boon b/boon
index 7faa332..5305f24 100755 (executable)
--- a/boon
+++ b/boon
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # boon
diff --git a/comake b/comake
index 6d570dd..f343024 100755 (executable)
--- a/comake
+++ b/comake
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Colors
 _ESC="$(echo -en '\e')"
index c28584c..f91498d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 tmpfile=/tmp/$$.pid
 
diff --git a/gg b/gg
index 12267b3..9db072d 100755 (executable)
--- a/gg
+++ b/gg
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 ncpus=1
 if [ -e /proc/cpuinfo ]; then
index 6fa1ebc..a3131de 100755 (executable)
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 git branch | awk '/\*/ { print $2; }'
diff --git a/git-foo b/git-foo
index d2817cf..dbe88e4 100755 (executable)
--- a/git-foo
+++ b/git-foo
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 git status | egrep '(modified:)|(new file:)' | sed 's/.*://'
 
index 07cf63d..9094a43 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # Configure git identities on a repo-by-repo basis
index 602c5b2..82bb7d3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # Grep the first few lines of a file.
index 8c395ac..55a80b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -ex
+#!/usr/bin/env bash -ex
 
 renice -n -20 -p `pidof pulseaudio`
 renice -n -20 -p `pidof m`
index b07d839..bdf1a2c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # check arguments
 if [ $# -ne 2 ]; then
index fbe7572..4d72904 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # Split an audiobook into multiple 5-minute segments.
index 330eb92..b19a59e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # pdfgrep
index 6c8b769..8c7b29f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 die() {
     echo $@
diff --git a/ql.sh b/ql.sh
index 7d12ae7..922d9ab 100755 (executable)
--- a/ql.sh
+++ b/ql.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #
 # This is a script I wrote to put quotes around lines of text.
diff --git a/ser b/ser
index d5991e8..a470333 100755 (executable)
--- a/ser
+++ b/ser
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if [ $# -ne 1 ]; then
        echo "usage: ${0} <serial-port>"
index 6eec0fe..b0cafca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 usage() 
 {
index 5168491..2f6126d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/usr/bin/env bash -x
 
 usage() {
        cat <<EOF
diff --git a/xg b/xg
index 7edc734..9df6dba 100755 (executable)
--- a/xg
+++ b/xg
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 die() {
     echo $@
diff --git a/xx b/xx
index 11910cb..9146239 100755 (executable)
--- a/xx
+++ b/xx
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 die() {
        echo $@
diff --git a/xy b/xy
index 14184b0..841b523 100755 (executable)
--- a/xy
+++ b/xy
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 find . -noleaf -xdev -name '*.java' -o -name '*.h' -o -name '*.c' | \
     grep $@ | xx