mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 15:18:30 -04:00
Merge pull request #72 from Z5483/master
Use '#!/usr/bin/env bash' for portability
This commit is contained in:
commit
56f66fed6d
4 changed files with 5 additions and 5 deletions
2
build.sh
2
build.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Bibata Build
|
# Bibata Build
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
INPUT=$1
|
INPUT=$1
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
show_question() {
|
show_question() {
|
||||||
echo -e "\033[1;34m$@\033[0m"
|
echo -e "\033[1;34m$@\033[0m"
|
||||||
|
|
2
tweak.sh
2
tweak.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
animate_fix(){
|
animate_fix(){
|
||||||
cursor=$1
|
cursor=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue