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
|