Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
51ec70d9
Commit
51ec70d9
authored
Dec 22, 2000
by
Christopher Alfeld
Browse files
No longer used by anything.
parent
b6cee66e
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/ir/extract_tb.tcl
deleted
100755 → 0
View file @
b6cee66e
#!/usr/local/bin/tclsh
# This program takes a ns file as input and produces the TB commands as output.
# The TB commands are printed without the common prefix #TB
while
{[
gets stdin line
]
>= 0
}
{
if
{[
lindex $line 0
]
==
"
\#
TB"
}
{
puts
[
string range $line 4 end
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment