]> Cypherpunks repositories - keks.git/commitdiff
Trivial helper
authorSergey Matveev <stargrave@stargrave.org>
Wed, 30 Oct 2024 09:58:28 +0000 (12:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 30 Oct 2024 09:58:28 +0000 (12:58 +0300)
tyac/args [new file with mode: 0755]

diff --git a/tyac/args b/tyac/args
new file mode 100755 (executable)
index 0000000..d29a8fd
--- /dev/null
+++ b/tyac/args
@@ -0,0 +1,6 @@
+#!/usr/bin/env tclsh8.6
+
+source [file join [file dirname $::argv0] tyac.tcl]
+namespace import YAC::*
+eval [lindex $::argv 0]
+puts [binary encode hex $::YAC::buf]