I have few scripts developed in TCL and Shell
- TCL scripts (project.tcl) is used for automation of project creation and handling the multiple project runs)
- SHELL scripts (result.sh ) is created for result analysis Error handling with a set of commands using sed, awk and grep.
I want to create a single executable by embedding these scripts into any high level language like C/C++ file. we know that TCL is a C library. What kind of interface files APIs are useful for achieving this ?