From 766d2e29e4bfefa7bac8dceac0ba272b08e00a81fc92fb7b7c6c6258ad3c4968 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 30 Oct 2024 12:58:28 +0300 Subject: [PATCH] Trivial helper --- tyac/args | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tyac/args 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] -- 2.50.0