summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVessel Wave <vesselwave@protonmail.com>2022-07-25 16:32:30 +0300
committerVessel Wave <vesselwave@protonmail.com>2022-07-25 16:32:30 +0300
commit872f83d763d4b6c2ef97aa2711be62993c4cef81 (patch)
treee506faf26cd182dee225d6d258bfcf793d1214ec
parentMerge branch 'master' into 'master' (diff)
Change '/bin/bash' and '/bin/env bash' to '/usr/bin/env bash
-rwxr-xr-xcolorscripts/00default.sh2
-rwxr-xr-xcolorscripts/awk-rgb-test2
-rwxr-xr-xcolorscripts/bars2
-rwxr-xr-xcolorscripts/blocks12
-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
12 files changed, 12 insertions, 12 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/blocks1 b/colorscripts/blocks1
index 89da44b..785fe0c 100755
--- a/colorscripts/blocks1
+++ b/colorscripts/blocks1
@@ -1,4 +1,4 @@
-#!/bin/env bash
+#!/usr/bin/env bash
pcs() { for i in {0..7}; do echo -en "\e[${1}$((30+$i))m \u2588\u2588 \e[0m"; done; }
pcsbright() { for i in {0..7}; do echo -en "\e[${1}$((90+$i))m \u2588\u2588 \e[0m"; done; }
printf "\n%s\n%s\n\n" "$(pcs)" "$(pcsbright '1;')"
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