add test of binary and url as argument - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 40000481a5f9335fcf3ad3009a5c145b249e0a3f DIR parent 4c947fdfb4a057cb6e99ac41d836369a415c6138 HTML Author: Solene Rapenne <solene@perso.pw> Date: Sun, 5 Nov 2017 17:06:06 +0000 add test of binary and url as argument Diffstat: A run-test.sh | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) --- DIR diff --git a/run-test.sh b/run-test.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +LISP=$1 + +${LISP} --load clic.lisp --load test.lisp + +./clic gopher://bitreich.org:70/0/ | md5sum - +echo "/" | nc bitreich.org 70 | md5sum - +