7 lines
59 B
Text
7 lines
59 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git push -u origin
|
||
|
git push -u github
|