summarylogtreecommitdiffstats
path: root/push.sh
blob: 06369432d45f752df5d5813d1cb9e1ff03edf94c (plain)
1
2
3
4
5
#!/usr/bin/env bash
makepkg --printsrcinfo > .SRCINFO
git add -A
git commit -m "Mods"
git push origin master