6 lines
59 B
Bash
Executable file
6 lines
59 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git push -u origin
|
|
git push -u github
|