Mercurial Hosting > luan
view backup/update.sh @ 1730:b1b1f9a14928
fix Table.copy
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 01 Sep 2022 13:35:52 -0600 |
parents | 25833dd89844 |
children |
line wrap: on
line source
#!/bin/bash set -e ./stop.sh echo Updating hg hg pull -u ../scripts/build-luan.sh echo Starting... ./start.sh