diff options
| author | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-06-22 18:46:09 +0200 |
|---|---|---|
| committer | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-06-22 18:46:09 +0200 |
| commit | e74c01524038c9b0334288d41160559dbe90dc5a (patch) | |
| tree | aa96befe31ec8c18ee6ce38572f97d6fbab0cfd7 /compile.sh | |
Diffstat (limited to 'compile.sh')
| -rw-r--r-- | compile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
