scripts/attic/tssh

7 lines
142 B
Plaintext
Raw Permalink Normal View History

2014-09-13 21:23:13 +02:00
#!/bin/sh
dcop $KONSOLE_DCOP_SESSION renameSession "`echo $1 | cut -d '@' -f 2`"
ssh $1
dcop $KONSOLE_DCOP_SESSION renameSession "Terminal"