mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-24 16:36:44 +02:00
5 lines
29 B
Bash
Executable file
5 lines
29 B
Bash
Executable file
#!/bin/ash
|
|
set -e
|
|
|
|
exec "$@"
|