mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-27 11:53:02 +02:00
7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git push -u origin
|
|
git push -u github
|