mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "\n\n [i] Starting Hello World ...\n\n"
|
|
exec tini hello-world
|