4 lines
61 B
Bash
4 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git add . && git commit -m "Update" && git push
|