mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
The default ping(8) shipped with alpine does not support `ping <addr> -c1`, but happily executes `ping -c1 <addr>`. Therefore, make sure that the address is always the last argument.