view host/update.sh @ 2176:2a2f111f479a default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 05 Jun 2026 09:15:34 +0900
parents 059afc92310b
children
line wrap: on
line source

#!/bin/bash
set -e

./stop.sh

echo Updating hg
hg pull -u

./update2.sh