2024-11-18 16:23:14 +00:00

6 lines
83 B
Bash
Executable File

#!/bin/bash
export CLI_OPTIONS_STRING=$(printf "%s|" "$@")
set --
exec /init "$@"