comparison github-push.sh @ 1037:459fe2761311

some cleanup
author sam <sam@basx.dev>
date Thu, 21 Mar 2024 23:05:17 +0700
parents
children
comparison
equal deleted inserted replaced
1036:9b5c00ca0e7e 1037:459fe2761311
1 #!/bin/bash
2
3
4 # prevent endless recursion
5 if [[ "$HG_ARGS" == *"github-mirror"* ]]; then
6 exit 0
7 fi
8
9 hg bookmark hg
10 hg push github-mirror
11