annotate extra/soundsoftware/run-hginit.sh @ 1590:c18460da6620 dockerise

Numerous deployment updates
author Chris Cannam
date Thu, 17 Aug 2017 16:04:36 +0100
parents
children 8bc0cee5d93f
rev   line source
Chris@1590 1 #!/bin/sh
Chris@1590 2 location="$1"
Chris@1590 3 hg init "$location" && mkdir "$location/.hg/store/data"