commit 350176864cc4d327315efcdbbcb02a0281b9a341 parent 16bcaec64a14757392757c3ac6ce5a10ec15fdbb Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 16 Aug 2016 20:43:25 +0200 todo Diffstat:
svn-poll | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/svn-poll b/svn-poll @@ -7,6 +7,7 @@ URL="$1" USER="$2" +# TODO: use base64 instead, what was I thinking... HASH=$(sha1sum <<<"$URL" | awk '{print $1}') DIR="$HOME/temp/svn-poll" FILE="$DIR/$HASH.rev"