diff --git a/bin/hollywood b/bin/hollywood index 6f1ee68..7e0f641 100755 --- a/bin/hollywood +++ b/bin/hollywood @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # N.B.: Use bash for $RANDOM # # hollywood: create a hollywood suitable consoles of tech geekery @@ -74,7 +74,7 @@ if [ -z "$TMUX" ]; then else tmux_launcher=tmux fi - $tmux_launcher new-session -d -s $PKG "/bin/bash" + $tmux_launcher new-session -d -s $PKG "bash" $tmux_launcher send-keys -t $PKG "$0 $1" $tmux_launcher send-keys -t $PKG Enter exec $tmux_launcher attach-session -t $PKG diff --git a/bin/wallstreet b/bin/wallstreet index 5463c89..10a9325 100755 --- a/bin/wallstreet +++ b/bin/wallstreet @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # N.B.: Use bash for $RANDOM # # wallstreet: create wallstreet suitable consoles of news nerdery @@ -42,7 +42,7 @@ if [ -z "$TMUX" ]; then else tmux_launcher=tmux fi - $tmux_launcher new-session -d -s $PKG "/bin/bash" + $tmux_launcher new-session -d -s $PKG "bash" $tmux_launcher send-keys -t $PKG "$0 $1" $tmux_launcher send-keys -t $PKG Enter exec $tmux_launcher attach-session -t $PKG diff --git a/lib/hollywood/code b/lib/hollywood/code index 532ce73..f33884d 100755 --- a/lib/hollywood/code +++ b/lib/hollywood/code @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2014 Dustin Kirkland # diff --git a/lib/hollywood/jp2a b/lib/hollywood/jp2a index e87b950..347ec17 100755 --- a/lib/hollywood/jp2a +++ b/lib/hollywood/jp2a @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2014 Dustin Kirkland # diff --git a/lib/hollywood/mplayer b/lib/hollywood/mplayer index b56f7f9..175bc19 100755 --- a/lib/hollywood/mplayer +++ b/lib/hollywood/mplayer @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2014 Dustin Kirkland # diff --git a/lib/wallstreet/breaks b/lib/wallstreet/breaks index 6920a62..29702c4 100755 --- a/lib/wallstreet/breaks +++ b/lib/wallstreet/breaks @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/img2txt b/lib/wallstreet/img2txt index 8fce26d..70fb105 100755 --- a/lib/wallstreet/img2txt +++ b/lib/wallstreet/img2txt @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/jp2a b/lib/wallstreet/jp2a index 03dee2a..e35a5b8 100755 --- a/lib/wallstreet/jp2a +++ b/lib/wallstreet/jp2a @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/newsboat b/lib/wallstreet/newsboat index 6d89b1b..c16f8fe 100755 --- a/lib/wallstreet/newsboat +++ b/lib/wallstreet/newsboat @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/rsstail b/lib/wallstreet/rsstail index bab8494..8a762f2 100755 --- a/lib/wallstreet/rsstail +++ b/lib/wallstreet/rsstail @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/ticker b/lib/wallstreet/ticker index 6cdc7ce..f3d27b1 100755 --- a/lib/wallstreet/ticker +++ b/lib/wallstreet/ticker @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # # Copyright 2016 Dustin Kirkland # diff --git a/lib/wallstreet/w3m b/lib/wallstreet/w3m index a53bbff..9289786 100755 --- a/lib/wallstreet/w3m +++ b/lib/wallstreet/w3m @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # # Copyright 2016 Dustin Kirkland #