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