Skip to content

Instantly share code, notes, and snippets.

@ilmari
Created September 19, 2012 09:35
Show Gist options
  • Save ilmari/3748708 to your computer and use it in GitHub Desktop.
Save ilmari/3748708 to your computer and use it in GitHub Desktop.
#!/bin/sh
case "$1" in
''|9) n=107;;
9v) n=106;;
8) n=105;;
7) n=104;;
*) echo 'Usage: ie [9|9v|8|7]' 2>&1; exit 1;;
esac
exec rdesktop -uselenium -g1600x1024 10.5.16.$n:3389
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment