From: Sergey Matveev Date: Wed, 30 Oct 2024 09:58:28 +0000 (+0300) Subject: Trivial helper X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=766d2e29e4bfefa7bac8dceac0ba272b08e00a81fc92fb7b7c6c6258ad3c4968;p=keks.git Trivial helper --- diff --git a/tyac/args b/tyac/args new file mode 100755 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]