From 1ea2bc9b308b8c05ab09ef463f638f993e747f39 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 5 Sep 2026 00:23:31 +0200 Subject: Remove busybox services --- busybox/std-stream/up | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 busybox/std-stream/up (limited to 'busybox/std-stream/up') 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 -- cgit v1.2.3