.ssh/config: Put id_rsa first so that it does not complain:
[nethome.git] / bin / runtest-m32
1 #! /bin/sh
2 exec runtest CC_FOR_TARGET="gcc -m32" CXX_FOR_TARGET="g++ -m32" "$@"