parch-runit/git_add.sh

5 lines
59 B
Bash
Raw Normal View History

2022-07-19 20:29:27 +05:45
#!/bin/bash
git add .
git commit "updated"
git push origin