Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created October 1, 2012 15:41
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 gfldex/3812578 to your computer and use it in GitHub Desktop.
Save gfldex/3812578 to your computer and use it in GitHub Desktop.
dex@goethe ~/rakudo/nqp
$ /bin/sh -c 'cd 3rdparty; echo $PWD'; echo "and now /bin/bash"; /bin/bash -c 'cd 3rdparty; echo $PWD'; echo "alive";
/bin/sh: line 0: cd: 3rdparty: No such file or directory
/home/dex/rakudo/nqp
and now /bin/bash
/home/dex/rakudo/nqp/3rdparty
alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment