Merge pull request #72 from Z5483/master

Use '#!/usr/bin/env bash' for portability
This commit is contained in:
Kaiz 2020-08-20 05:31:17 +05:30 committed by GitHub
commit 56f66fed6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
@ -43,4 +43,4 @@ fi
if [ $? -ne 0 ]
then
exit 1
fi
fi