minix3/commands/swifi/rs.restart_imm

6 lines
109 B
Plaintext
Raw Permalink Normal View History

2020-02-21 00:59:27 +05:30
#!/bin/sh
# 'Recovery' script immediately restarts.
echo "Arguments: $@" >/dev/console
service restart "$1"