Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
8 строки
84 B
Bash
Исполняемый файл
8 строки
84 B
Bash
Исполняемый файл
#!/bin/bash
|
|
|
|
if [ "${1:0:1}" = '-' ]; then
|
|
set -- mattermost "$@"
|
|
fi
|
|
|
|
exec "$@"
|