diff -r d7b002d618fb -r 777eed530773 sbin/sync/sync_regardssignes_venv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/sync/sync_regardssignes_venv Wed Oct 19 17:48:57 2011 +0200 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +set -e +if [ -d ~/tmp/regardssignes_V$1 ]; then + rm -fr ~/tmp/regardssignes_V$1; +fi + +hg archive -r V$1 ~/tmp/regardssignes_V$1 + +#text2unix ~/tmp/regardssignes_V$1 + +if [ -d ~/tmp/regardssignes_V$1 ]; then + cat <