Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created October 17, 2014 06:37
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/f3256c08e8f7fef8c35d to your computer and use it in GitHub Desktop.
Save rubenerd/f3256c08e8f7fef8c35d to your computer and use it in GitHub Desktop.
bash source command example, destination
#!/usr/local/bin/bash
source ./first.sh
echo $WORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment