run: modularize run tool

This commit is contained in:
Josef Söntgen
2015-01-08 22:08:48 +01:00
committed by Christian Helmuth
parent febca1b827
commit c706b1c0a7
36 changed files with 2152 additions and 1969 deletions

7
tool/run/log.inc Normal file
View File

@@ -0,0 +1,7 @@
##
# Get the spawn_id of the output process
#
proc output_spawn_id { } {
global output_spawn_id
return $output_spawn_id
}