Mercurial Hosting > hghosting
view moveLogs.sh @ 25:8a588847d730 default tip
update luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 07 Oct 2025 17:35:13 -0600 |
parents | 8b4481769cc6 |
children |
line wrap: on
line source
#!/bin/bash -e . common.sh; mv $hgaccesslog ${hgaccesslog}".0"; reposLogsDir=${ROOTPWD}"/logs/repos"; ls $reposLogsDir | while read filename; do mv -f $reposLogsDir/$filename $reposLogsDir/${filename}".0"; done;