This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Ashenda/go.sh
2021-09-28 22:45:23 +02:00

7 lines
81 B
Bash

mc
git pull
git add *
git commit
git push -u origin main
echo "Updated git repo"