8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
#!/bin/sh
|
||
|
# Siina's colourised wrapper for ssh
|
||
|
|
||
|
konsoleprofile colors=Solarized
|
||
|
/usr/bin/ssh $@
|
||
|
konsoleprofile colors=Breeze;
|
||
|
|