Portál AbcLinuxu, 26. listopadu 2025 06:52
export OVERRIDE_ARGS="--arg2=foo --arg3=bar --arg4=hello"
###############
#!/bin/bash
args=("${OVERRIDE_ARGS}")
/usb/bin/mybin --arg1=world "${args[@]}"
Diky
export OVERRIDE_ARGS="--arg2=foo --arg3=bar --arg4=hello"
###############
#!/bin/bash
args="${OVERRIDE_ARGS}"
/usb/bin/mybin --arg1=world ${args}
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.