7 lines
30 B
Bash
7 lines
30 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
mi-init
|
||
|
mi
|