Skip to content

Instantly share code, notes, and snippets.

@acrossoffwest
Created July 31, 2021 21:30
Show Gist options
  • Save acrossoffwest/3be5c3108c18964bfebdf2affbea6f6d to your computer and use it in GitHub Desktop.
Save acrossoffwest/3be5c3108c18964bfebdf2affbea6f6d to your computer and use it in GitHub Desktop.
Command for login into ubuntu server of parallels desktop. Locate it in /usr/local/bin/msl
#!/bin/bash
START_DIR=$(pwd)
ssh -t acrossoffwest@localhost "cd $START_DIR; bash --login"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment