Skip to content

Instantly share code, notes, and snippets.

@JRJurman
Created November 29, 2018 09:42
Show Gist options
  • Select an option

  • Save JRJurman/6be87b7df228afd77bfd665ff0cd5ef5 to your computer and use it in GitHub Desktop.

Select an option

Save JRJurman/6be87b7df228afd77bfd665ff0cd5ef5 to your computer and use it in GitHub Desktop.
CD and SSH into the correct directory
$cd_path = $(pwd).ToString().replace("C:\Users\jrjur\Programs", "~/Programs/sf_Programs").replace("\","/")
ssh -t [email protected] 'cd ' $cd_path ';bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment