mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
c0991e3eda
can figure out how to handle redirection easily in tcl/expect.
3 lines
23 B
Bash
Executable File
3 lines
23 B
Bash
Executable File
#!/bin/sh
|
|
eval exec $@
|