]> git.llucax.com Git - z.facultad/75.06/jacu.git/commitdiff
Se agrega un miniscript para comparar ppmc con gzip y bzip2.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 14 Jun 2004 04:09:12 +0000 (04:09 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 14 Jun 2004 04:09:12 +0000 (04:09 +0000)
src/ppmc/test.sh [new file with mode: 0755]

diff --git a/src/ppmc/test.sh b/src/ppmc/test.sh
new file mode 100755 (executable)
index 0000000..d950444
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+time ./ppmc "$1" "$1".ppmc
+time ./exclusion/ppmc "$1" "$1".ppmc-e
+time gzip -c "$1" "$2" > "$1".gz
+time bzip2 -c "$1" "$2" > "$1".bz2
+ls -lh "$1".*