borgmatic/scripts/push

7 lines
73 B
Bash
Executable File

#!/bin/bash
set -e
git push -u origin master
git push -u github master