diff options
author | W. Kosior <koszko@koszko.org> | 2024-05-18 01:00:12 +0200 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-05-18 01:00:22 +0200 |
commit | 2b55cf92033ed02cabd545540241585e05f1fbb0 (patch) | |
tree | 9da86016dea518287552b56aaf457da970d4220f /ctftilde/scripts | |
download | AGH-ctf-course-2024-2b55cf92033ed02cabd545540241585e05f1fbb0.tar.gz AGH-ctf-course-2024-2b55cf92033ed02cabd545540241585e05f1fbb0.zip |
Initial commit.
Diffstat (limited to 'ctftilde/scripts')
-rw-r--r-- | ctftilde/scripts/ctftilde | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctftilde/scripts/ctftilde b/ctftilde/scripts/ctftilde new file mode 100644 index 0000000..6e72478 --- /dev/null +++ b/ctftilde/scripts/ctftilde @@ -0,0 +1,3 @@ +#!/bin/sh + +exec guile -c '(exit (apply (@ (ctftilde) main) (command-line)))' "$@" |