summaryrefslogtreecommitdiff
path: root/contrib/publish-prebuilt-dir.sh
blob: 33307a4c00f01bb98780fc2b681c82a6ab9536e0 (plain)
1
2
3
4
5
6
7
#!/bin/bash

COMMIT=$(git rev-parse --verify HEAD)
MSG="built from ${COMMIT}"

git commit -m "$MSG" -a
git push