aboutsummaryrefslogtreecommitdiff
path: root/busybox/std-stream/up
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/std-stream/up')
-rw-r--r--busybox/std-stream/up12
1 files changed, 0 insertions, 12 deletions
diff --git a/busybox/std-stream/up b/busybox/std-stream/up
deleted file mode 100644
index 4bf594a..0000000
--- a/busybox/std-stream/up
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################
-# Create symlinks for standard streams in /dev #
-################################################
-
-if { ln -sf /proc/self/fd /dev/fd }
-forx STREAM { "0 stdin" "1 stdout" "2 stderr" }
-importas -Sus STREAM
-backtick ARGUMENTS {
- printf "/proc/self/fd/%i /dev/%s" $STREAM
-}
-importas -Ssu ARGUMENTS
-ln -sf $ARGUMENTS