add files that are living in ~/bin for a while
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
77eb9f5270
commit
f5a8cd1259
16 changed files with 254 additions and 0 deletions
9
eth/ts.sh
Executable file
9
eth/ts.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# 2009-07-24
|
||||
# Connect to a terminal server
|
||||
|
||||
opts="-u nicosc -d d -g 1260x780"
|
||||
# use xrandr -q | awk '/\*/ { print $1 }' later
|
||||
|
||||
rdesktop $opts sgterm1.inf.ethz.ch || rdesktop $opts sgterm2.inf.ethz.ch
|
||||
Loading…
Add table
Add a link
Reference in a new issue