diff -r e27a08b0a037 -r 9e29d68d48f1 sbin/sync/sync_theend --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/sync/sync_theend Fri Aug 24 17:44:08 2012 +0200 @@ -0,0 +1,33 @@ +#!/usr/bin/env bash +set -e +if [ -d ~/tmp/theend_V$1 ]; then + rm -fr ~/tmp/theend_V$1; +fi + +hg archive -r V$1 ~/tmp/theend_V$1 + +#text2unix ~/tmp/theend_V$1 + +if [ -d ~/tmp/theend_V$1 ]; then + cat <