Created
August 10, 2015 04:20
-
-
Save uiur/782f126050b24f627f74 to your computer and use it in GitHub Desktop.
sh is a subset of bash in osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ | |
❯ /bin/sh --version | |
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
~ | |
❯ /bin/bash --version | |
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14) | |
Copyright (C) 2007 Free Software Foundation, Inc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment