mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +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 $@
|