Skip to content

Instantly share code, notes, and snippets.

@wang-bin
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save wang-bin/351d148591a2d39b0b49 to your computer and use it in GitHub Desktop.

Select an option

Save wang-bin/351d148591a2d39b0b49 to your computer and use it in GitHub Desktop.
Scripts for Sailfish OS
## Login/scp to SDK and Emulator
merssh.sh
ssh -p 2222 -i ~/devel/SailfishOS/vmshare/ssh/private_keys/engine/mersdk mersdk@localhost -v
merscp.sh
scp -P 2222 -i ~/devel/SailfishOS/vmshare/ssh/private_keys/engine/mersdk $1 mersdk@localhost:~
nemossh.sh
ssh -p 2223 -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/nemo nemo@localhost
nemoscp.sh
scp -P 2223 -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/nemo $1 nemo@localhost:~
## Install Packages
sudo zypper in qt5-qmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment