1#!/bin/sh
2
3# 'Recovery' script immediately restarts.
4echo "Arguments: $@" >/dev/console
5minix-service restart "$1"
6