parch-runit/git_add.sh
2022-07-19 20:29:27 +05:45

4 lines
59 B
Bash

#!/bin/bash
git add .
git commit "updated"
git push origin