Skip to content

Instantly share code, notes, and snippets.

@uiur
Created August 10, 2015 04:20
Show Gist options
  • Save uiur/782f126050b24f627f74 to your computer and use it in GitHub Desktop.
Save uiur/782f126050b24f627f74 to your computer and use it in GitHub Desktop.
sh is a subset of bash in osx
~
❯ /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