This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Parallels VM management | |
| # start/pause/resume Parallels VM. When starting VM mounts VM users home dir (default) as | |
| # network share on local machine using fuse4x and sshfs. When pausing VM, unmounts network | |
| # share before pausing VM. | |
| vmsb() { | |
| # parallels VM you want to controll, find availble names with "prlctl list -a" | |
| VM="" | |
| # connection string for user on $VM ie user@virtualmachine | |
| CONNECT="" | |
| # Aboslute path "pwd -P" of a folder your user owns that can be used as the |