2023-12-09 04:29:38 +00:00

7 lines
87 B
Bash

#!/bin/sh
if [ $# -gt 0 ]; then
exec "$@"
else
exec /usr/local/bin/wingmate
fi