mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-12 07:47:32 +08:00
5 lines
29 B
Bash
Executable File
5 lines
29 B
Bash
Executable File
#!/bin/ash
|
|
set -e
|
|
|
|
exec "$@"
|