mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-26 19:33: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
|