summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Taylor <derek@distrotube.com>2022-07-27 16:48:58 +0000
committerDerek Taylor <derek@distrotube.com>2022-07-27 16:48:58 +0000
commit3e589eb79e3c98e578afd4f394320bd58a6442ac (patch)
tree0a48e7fc2873635f765fd372416206e5542723ca
parentMerge branch 'kroy-the-rabbit-master-patch-79815' into 'master' (diff)
parentChange '/bin/bash' and '/bin/env bash' to '/usr/bin/env bash (diff)
Merge branch 'feat2' into 'master'
Change '/bin/bash' and '/bin/env bash' to '/usr/bin/env bash' See merge request dwt1/shell-color-scripts!28
-rwxr-xr-xcolorscripts/00default.sh2
-rwxr-xr-xcolorscripts/awk-rgb-test2
-rwxr-xr-xcolorscripts/bars2
-rwxr-xr-xcolorscripts/crowns2
-rwxr-xr-xcolorscripts/dna2
-rwxr-xr-xcolorscripts/ghosts2
-rwxr-xr-xcolorscripts/guns2
-rwxr-xr-xcolorscripts/hex2
-rwxr-xr-xcolorscripts/print2562
-rwxr-xr-xcolorscripts/rally-x2
-rwxr-xr-xcolorscripts/zwaves2
11 files changed, 11 insertions, 11 deletions
diff --git a/colorscripts/00default.sh b/colorscripts/00default.sh
index 3483783..ff4eccd 100755
--- a/colorscripts/00default.sh
+++ b/colorscripts/00default.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
diff --git a/colorscripts/awk-rgb-test b/colorscripts/awk-rgb-test
index 3fabe21..5853e6b 100755
--- a/colorscripts/awk-rgb-test
+++ b/colorscripts/awk-rgb-test
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
echo "This should be a smooth gradient"
echo ""
awk 'BEGIN{
diff --git a/colorscripts/bars b/colorscripts/bars
index 499cd02..92750f6 100755
--- a/colorscripts/bars
+++ b/colorscripts/bars
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=139126#p139126
diff --git a/colorscripts/crowns b/colorscripts/crowns
index a26ae5f..848ba74 100755
--- a/colorscripts/crowns
+++ b/colorscripts/crowns
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Author: venam
diff --git a/colorscripts/dna b/colorscripts/dna
index a852e61..20eb923 100755
--- a/colorscripts/dna
+++ b/colorscripts/dna
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=144011#p144011
diff --git a/colorscripts/ghosts b/colorscripts/ghosts
index 03b7141..7be3ec6 100755
--- a/colorscripts/ghosts
+++ b/colorscripts/ghosts
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=157979#p157979
diff --git a/colorscripts/guns b/colorscripts/guns
index 7fcb282..6c04957 100755
--- a/colorscripts/guns
+++ b/colorscripts/guns
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=151602#p151602
diff --git a/colorscripts/hex b/colorscripts/hex
index 411196a..a8dcb23 100755
--- a/colorscripts/hex
+++ b/colorscripts/hex
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Author: SuNjACk
# Source: http://crunchbang.org/forums/viewtopic.php?pid=135226#p135226
diff --git a/colorscripts/print256 b/colorscripts/print256
index c33e448..9e2c0ae 100755
--- a/colorscripts/print256
+++ b/colorscripts/print256
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Tom Hale, 2016. MIT Licence.
# Print out 256 colours, with each number printed in its corresponding colour
diff --git a/colorscripts/rally-x b/colorscripts/rally-x
index c7636c5..cb2933f 100755
--- a/colorscripts/rally-x
+++ b/colorscripts/rally-x
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=143700#p143700
diff --git a/colorscripts/zwaves b/colorscripts/zwaves
index a297550..23cda22 100755
--- a/colorscripts/zwaves
+++ b/colorscripts/zwaves
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044