Mercurial > games > semicongine
view sync-git.sh @ 1267:4cf9872f7bb6
did: rename back to old name (no v2)
author | sam <sam@basx.dev> |
---|---|
date | Sun, 28 Jul 2024 23:10:57 +0700 |
parents | |
children | 617ebd404fbe |
line wrap: on
line source
#!/bin/sh rsync -r --exclude '.hg/' --excdlue 'build/' . /home/sam/git/semicongine/ git -C /home/sam/git/semicongine/ commit -a -m $( hg log --limit 1 --template "{desc}" )