~ubuntu-branches/ubuntu/trusty/qtcreator-plugin-ubuntu/trusty

« back to all changes in this revision

Viewing changes to share/qtcreator/ubuntu/scripts/device_portforward

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Zoltán Balogh, Benjamin Zeller
  • Date: 2014-04-15 08:32:25 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140415083225-w64zq0u7qgzmswa7
Tags: 3.0.1+14.04.20140415-0ubuntu1
[ Zoltán Balogh ]
* Change Ubuntu API link and add link to HTML5 docs (LP: #1303535)
  (LP: #1303535)
* Remove .desktop linking to the ~/.local/share/applications
* Replace scripts and share paths even if there is no device (LP:
  #1307713) (LP: #1307713)

[ Benjamin Zeller ]
* Added missing plugin dependencies. Refresh ADB on startup .

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  SSHPORT=2222
26
26
fi
27
27
 
28
 
echo "Forward Local ${1} to Remote 22"
 
28
echo "Forward Local ${SSHPORT} to Remote 22"
29
29
adb_forward_tcp ${SSHPORT} 22
30
30
 
31
31
while (( "$#" )); do