aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/mkoidf.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_tests/mkoidf.tcl')
-rw-r--r--tcl_tests/mkoidf.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl_tests/mkoidf.tcl b/tcl_tests/mkoidf.tcl
new file mode 100644
index 0000000..c08e015
--- /dev/null
+++ b/tcl_tests/mkoidf.tcl
@@ -0,0 +1,5 @@
+proc oid {oid name types} {
+ puts "$oid $name GOST $name $oid"
+}
+
+source [lindex $argv 0]