This website requires JavaScript.
Explore
Help
Sign In
tonyg
/
squeak-phone
Watch
1
Star
0
Fork
You've already forked squeak-phone
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
squeak-phone
/
ssh-pm.sh
8 lines
81 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
set
-eu
HOST
=
${
1
:-
pm
-rndis
}
exec
ssh -L 5900:localhost:5900
${
HOST
}
Reference in New Issue
View Git Blame
Copy Permalink