Browse Source

Add an alias for winxed setup.winxed and an ssh host for gcc66 in the GCC compile farm

master
Jonathan "Duke" Leto 12 years ago
parent
commit
d698ec7147
  1. 3
      config/.bashrc.aliases
  2. 7
      config/.ssh/config

3
config/.bashrc.aliases

@ -1,3 +1,6 @@
function ws() {
winxed setup.winxed $@
}
function dance() {
perl bin/app.pl $@
}

7
config/.ssh/config

@ -14,6 +14,13 @@ Host gcc64
HostKeyAlias gcc64
CheckHostIP no
Host gcc66
User leto
Hostname gcc13.fsffrance.org
Port 9206
HostKeyAlias gcc66
CheckHostIP no
Host gcc60
User leto
Hostname gcc13.fsffrance.org

Loading…
Cancel
Save