7 lines
153 B
Bash
7 lines
153 B
Bash
#!/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
|