♻️ refactor(bin): use /bin/bash instead of any other alias

This commit is contained in:
Sergio Laín 2024-05-26 20:08:18 +02:00
parent 95ae0e344d
commit 736a5d6740
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
27 changed files with 182 additions and 183 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
function printHelp() {
cat <<EOF

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
set -e

View file

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
# Script created by: https://github.com/moguay

View file

@ -1,3 +1,3 @@
#!/usr/bin/bash
#!/bin/bash
--smart-case

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=139126#p139126

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
echo "This should be a smooth gradient"
echo ""
awk 'BEGIN{

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: SuNjACk
# Source: http://crunchbang.org/forums/viewtopic.php?pid=135226#p135226

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Tom Hale, 2016. MIT Licence.
# Print out 256 colours, with each number printed in its corresponding colour

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: HostGrady
# Font used: https://patorjk.com/software/taag/#p=display&f=Cricket&t=suckless

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/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;')"

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI Color -- use these variables to easily have different color
# and format output. Make sure to output the reset sequence after

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Daniel Crisman's ANSI color chart script from
# The Bash Prompt HOWTO: 6.1. Colours

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: machinebacon
# Source: http://linuxbbq.org/bbs/viewtopic.php?f=4&t=1656#p33237

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Original: http://frexx.de/xterm-256-notes/
# http://frexx.de/xterm-256-notes/data/colortable16.sh

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: venam

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=144011#p144011

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=157979#p157979

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=151602#p151602

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script featuring PACMAN
# Author: pfh

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: GekkoP
# Source: http://linuxbbq.org/bbs/viewtopic.php?f=4&t=1656#p33189
@ -16,7 +16,6 @@ d=$'\e[1m'
t=$'\e[0m'
v=$'\e[7m'
cat <<EOF
$f1███$d$fbright$fbright1▄$t $f2███$d$fbright$fbright2▄$t $f3███$d$fbright3▄$t $f4███$d$fbright4▄$t $f5███$d$fbright5▄$t $f6███$d$fbright6▄$t $f7███$d$fbright7▄$t

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=143700#p143700

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script featuring Space Invaders

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Author: crshd
# Source: http://crunchbang.org/forums/viewtopic.php?pid=128584#p128584

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=151601#p151601

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# ANSI color scheme script by pfh
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Simple CLI for shell-color-scripts

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# pipes.sh: Animated pipes terminal screensaver.
# https://github.com/pipeseroni/pipes.sh
#