mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
6 lines
30 B
Bash
Executable file
6 lines
30 B
Bash
Executable file
#!/bin/ash
|
|
|
|
set -e
|
|
exec "$@"
|
|
|