Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created April 2, 2020 00:19
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 chriskuech/78fb1c63c88aa219f599e50e55271349 to your computer and use it in GitHub Desktop.
Save chriskuech/78fb1c63c88aa219f599e50e55271349 to your computer and use it in GitHub Desktop.
$ErrorActionPreference = "Stop"
Push-Location "./path/I/need/to/be/in"
try {
# do something here
} finally {
Pop-Location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment