meshname/docker-entrypoint.sh
2020-12-08 08:05:06 -05:00

5 lines
38 B
Bash
Executable File

#!/bin/sh
set -e
exec meshnamed "$@"