New script. Simply evaluates and exec's its arguments. Needed until I
can figure out how to handle redirection easily in tcl/expect.
This commit is contained in:
parent
96b4e5bb5e
commit
c0991e3eda
1 changed files with 2 additions and 0 deletions
2
gas/testsuite/lib/run
Executable file
2
gas/testsuite/lib/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
eval exec $@
|
Loading…
Add table
Reference in a new issue