mirror of
https://github.com/linuxserver/docker-d2-builder.git
synced 2026-01-15 01:01:28 +08:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export CLI_OPTIONS_STRING=$(printf "%s|" "$@")
|
|
set --
|
|
exec /init "$@"
|