some default useful links

This commit is contained in:
Jack L. Frost 2015-02-08 03:17:49 +03:00
parent ee4437f721
commit 5b41f67250
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'
)