mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git push -u origin master
|
|
git push -u github master
|