7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# we cannot rely on the busybox trigger since sed might be used from install
|
||
|
# scripts
|
||
|
|
||
|
[ -x /bin/busybox ] && exec /bin/busybox --install -s
|