6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
#!/bin/busybox sh
|
||
|
|
||
|
export TZ=":/etc/localtime"
|
||
|
|
||
|
exec /bin/busybox init
|