comparison github-push.sh @ 928:6baa9d0a354e

some cleanup
author sam <sam@basx.dev>
date Thu, 21 Mar 2024 23:05:17 +0700
parents
children
comparison
equal deleted inserted replaced
927:ff03892235d0 928:6baa9d0a354e
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