From e74c01524038c9b0334288d41160559dbe90dc5a Mon Sep 17 00:00:00 2001 From: Walker Thompson Date: Mon, 22 Jun 2026 18:46:09 +0200 Subject: Initial commit --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 compile.sh (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..b1bde6f --- /dev/null +++ b/compile.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cc -o encdec encdec.c -lcrypto -- cgit v1.3