Mercurial > games > semicongine
view sync-git.sh @ 1278:772bb32c4368
replcae lodepng with stb_image, some cleanup
author | sam <sam@basx.dev> |
---|---|
date | Mon, 29 Jul 2024 00:00:28 +0700 |
parents | 4cfa8db3fc9e |
children |
line wrap: on
line source
#!/bin/sh rsync -r --exclude '.hg/' --exclude 'build/' --exclude 'sync-git.sh' . /home/sam/git/semicongine/ git -C /home/sam/git/semicongine/ commit -a -m "$( hg log --limit 1 --template "{desc}" )"