#!/usr/bin/env bash

eval $(ssh-agent -s)
ssh-add /srv/git/.ssh/id_ed25519_sourcehut
git -C /srv/git/bioinformatics.git push srht main
