5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
|
|
git add-commit -m "Update website"
|
|
git push -u origin master
|