Skip to content

Instantly share code, notes, and snippets.

@jakeoid
Created January 6, 2017 17:57
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 jakeoid/a64a2b644fbcc6bf4163e05fa8eb31ba to your computer and use it in GitHub Desktop.
Save jakeoid/a64a2b644fbcc6bf4163e05fa8eb31ba to your computer and use it in GitHub Desktop.
An alias to a linux command that tells you what folder that you're in. (pwd)
#!/bin/bash
pwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment