mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-17 22:46:29 +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
|