Mercurial > hg > soundsoftware-site
view extra/soundsoftware/run-hginit.sh @ 1592:72d9219f2f19 dockerise
Rejig explore page
author | Chris Cannam |
---|---|
date | Fri, 18 Aug 2017 14:46:06 +0100 |
parents | c18460da6620 |
children | 8bc0cee5d93f |
line wrap: on
line source
#!/bin/sh location="$1" hg init "$location" && mkdir "$location/.hg/store/data"