blob: 3daf46fe988b4b7dac4879f4ea31b6ffca1dc02a [file] [log] [blame]
#!/bin/sh
# Utility script that exec's SSH without key checking so that we can check
# out code from GitHub without prompting the user.
exec ssh -o StrictHostKeyChecking=no $@