summarylogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
authorAuric Vente2022-07-05 19:18:04 -0600
committerAuric Vente2022-07-05 19:18:04 -0600
commit38ba0a125a5296330fea01265e0bdf23c6739ae7 (patch)
tree28d833c5d85e42b7d5d8fbc00636e1350d59dbcd /push.sh
parent3add76ddf3d33a90a2fab13816fc48171ff0c687 (diff)
downloadaur-38ba0a125a5296330fea01265e0bdf23c6739ae7.tar.gz
Mods
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/push.sh b/push.sh
new file mode 100755
index 000000000000..06369432d45f
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+makepkg --printsrcinfo > .SRCINFO
+git add -A
+git commit -m "Mods"
+git push origin master