From 8f368aac857019b594a2bd5afbf1a71776335c88 Mon Sep 17 00:00:00 2001 From: Artem Baguinski Date: Wed, 2 Apr 2008 08:49:07 +0200 Subject: [PATCH] test script --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..45d647c --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python shuffle.py 01-test copy > old.log +python shuffle.py copy > new.log +diff -u {old,new}.log -- 2.11.4.GIT