#!/bin/sh # interactive shell in order to test applications # /bin/ash . /etc/profile /usr/bin/avos /sbin/reboot while true; do sleep 1; done