Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Update local repos from github and then push local changes
# Uses ssh-agent so password only needs to be entered once,
# instead of once per repo
# Start ssh-agent
SSHAGENT=`which ssh-agent`
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
echo "Starting ssh-agent"
eval `ssh-agent -s`

Keybase proof

I hereby claim:

  • I am becomesaflame on github.
  • I am becomesaflame (https://keybase.io/becomesaflame) on keybase.
  • I have a public key whose fingerprint is EF35 2D0E A7DA F0E1 1A25 54C5 90E0 56B0 9877 E116

To claim this, I am signing this object: