#!/bin/bash

KEYFILE="/home/mollusk/.ssh/gitbutter_thinkpad"

ssh-add ${KEYFILE}

eval `ssh-agent`