view host/update.sh @ 2173:c3fdf0637eb2

add StandardAnalyzer
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 16 Apr 2026 20:28:35 -0600
parents 059afc92310b
children
line wrap: on
line source

#!/bin/bash
set -e

./stop.sh

echo Updating hg
hg pull -u

./update2.sh