Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created October 17, 2014 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenerd/4c420ef79ea4a7c9d1ef to your computer and use it in GitHub Desktop.
Save rubenerd/4c420ef79ea4a7c9d1ef to your computer and use it in GitHub Desktop.
sh source command example
#!/bin/sh
## Example comparison of bash's source and sh "."
. ./first.sh
echo $WORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment