view extra/soundsoftware/run-hginit.sh @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 8bc0cee5d93f
children
line wrap: on
line source
#!/bin/sh
location="$1"
hg init "$location" && mkdir "$location/.hg/store/data" && chown -R www-data.code "$location" && chmod g+s "$location"