6 lines
80 B
Bash
6 lines
80 B
Bash
![]() |
#!/run/current-system/sw/bin/bash
|
||
|
|
||
|
git add .
|
||
|
git commit -m "Auto Push"
|
||
|
git push
|