Use '#!/usr/bin/env bash' for portability

The location of bash executive is not always '/bin/bash' for all
system
This commit is contained in:
Z5483 2020-08-19 19:03:36 -04:00
parent df7b96734b
commit 05e6ab8475
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Bibata Build

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
INPUT=$1

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
show_question() {
echo -e "\033[1;34m$@\033[0m"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
animate_fix(){
cursor=$1