minix/commands/swifi/rs.restart_imm
2008-10-02 13:45:46 +00:00

6 lines
109 B
Bash
Executable file

#!/bin/sh
# 'Recovery' script immediately restarts.
echo "Arguments: $@" >/dev/console
service restart "$1"