2024-11-11 19:47:30 +00:00

6 lines
83 B
Bash
Executable File

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