8 changed files with 32 additions and 20 deletions
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env expect |
||||
|
||||
proc collect_modules {arg} { |
||||
global modules |
||||
foreach path [glob $arg] { |
||||
set name [file tail $path] |
||||
file link -s $name $path |
||||
append modules " $name " |
||||
} |
||||
} |
Loading…
Reference in new issue