mirror of
https://github.com/danog/learn-bash.git
synced 2024-11-30 04:19:06 +01:00
Trigger travis
This commit is contained in:
parent
ceb6146d1b
commit
276f76b31f
2
learn.sh
2
learn.sh
@ -4,7 +4,7 @@
|
|||||||
# This project is licensed under the GPLv3 license.
|
# This project is licensed under the GPLv3 license.
|
||||||
# Thanks to The Linux Documentation Project and to everyone @ #openshells @freenode.
|
# Thanks to The Linux Documentation Project and to everyone @ #openshells @freenode.
|
||||||
# v1.1
|
# v1.1
|
||||||
|
#
|
||||||
# First checks and functions.
|
# First checks and functions.
|
||||||
|
|
||||||
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
|
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user