index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aux
/
redir_exe.sh
blob: 3ab78e641c224afdd55a49d57a420a90d63d12e5 (
plain
)
1
2
3
4
5
6
#!/bin/sh -efu
# stdin stdout ...
exec
<
"
$1
"
;
shift
exec
>
"
$1
"
;
shift
exec
"
$@
"