Need to get rid of the shebang in all scripts and make the user have to type bash <script>. This would only need to be done for the setup script but because the aliases use the bash command. The reason for doing this is because a person can have more than one version of Bash and the scripts should only use the current running version of Bash.
Need to get rid of the shebang in all scripts and make the user have to type bash <script>. This would only need to be done for the setup script but because the aliases use the bash command. The reason for doing this is because a person can have more than one version of Bash and the scripts should only use the current running version of Bash.