From 4b27e80d7f6a41115ad22f493a536dc754696824 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Dec 2016 21:56:47 +0200 Subject: Add first function for hex to word --- check | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check (limited to 'check') diff --git a/check b/check new file mode 100755 index 0000000..c6dd0cf --- /dev/null +++ b/check @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eu + +python -m CoverageTestRunner --ignore-missing-from=without-tests pgpwordlist -- cgit v1.2.1