diff --git a/learn.sh b/learn.sh index 18ee09e..585d53e 100644 --- a/learn.sh +++ b/learn.sh @@ -4,7 +4,7 @@ # This project is licensed under the GPLv3 license. # Thanks to The Linux Documentation Project and to everyone @ #openshells @freenode. # v1.1 - +# # First checks and functions. [ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"