stdout and others

This commit is contained in:
Jack L. Frost 2015-02-12 13:05:16 +03:00
parent 1502ea1931
commit 4e83ec48fd
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
cfg_links=(
'/proc/self/fd;/dev/fd'
'/proc/self/fd/0;/dev/stdin'
'/proc/self/fd/1;/dev/stdout'
'/proc/self/fd/2;/dev/stderr'
)