#!/bin/bash


KEYFILE="/home/${USER}/.ssh/github_key"

eval "$(ssh-agent -s)"
ssh-add ${KEYFILE}