mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-02 06:33:20 +02:00
6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git push -u origin master
|
|
git push -u github master
|