6 lines
75 B
Bash
6 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git add . && git commit -m "Update" && git push
|
||
|
|
||
|
echo "Ready"
|