mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
TIMEOUT=${1:-30}
|
|
sleep "${TIMEOUT}"
|
|
|
|
/sbin/poweroff -f
|