Skip to content

Instantly share code, notes, and snippets.

@Grynn
Created September 13, 2014 11:40
Show Gist options
  • Save Grynn/a54c30f132b90209e1d3 to your computer and use it in GitHub Desktop.
Save Grynn/a54c30f132b90209e1d3 to your computer and use it in GitHub Desktop.
Magic incantation to jump to the realpath of current dir... (windows 7+, needs PHP to be installed and in the path)
@for /f %%i in ('php -r "echo realpath(__DIR__);"') do pushd %%i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment