mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-29 00:57:51 +00:00
- add a `pkg` directory for packages - add a `cases` directory for yml files Signed-off-by: Dave Tucker <dt@docker.com>
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
TIMEOUT=${1:-30}
|
|
sleep "${TIMEOUT}"
|
|
|
|
/sbin/poweroff -f
|