All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eto.init.sh Maven / Gradle / Ivy

The newest version!
#!/bin/busybox sh

# Mount the /proc and /sys filesystems.
mount -t proc none /proc
mount -t sysfs none /sys

exec /bin/sh 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy