Skip to content

Instantly share code, notes, and snippets.

@mattintosh4
Last active August 29, 2015 14:23
Show Gist options
  • Save mattintosh4/db65070f15188ed990fc to your computer and use it in GitHub Desktop.
Save mattintosh4/db65070f15188ed990fc to your computer and use it in GitHub Desktop.
#!/bin/bash
echo ${BASH_VERSION}
echo ${BASH_VERSION}
$ chmod +x gistfile1.sh
$ ./gistfile.sh
4.3.39(1)-release
$ zsh gistfile1.sh
#!/bin/zsh
echo ${BASH_VERSION}
$ bash gistfile1.sh
4.3.39(1)-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment