Files
hefanli e5b28c26b1 add gateway (#187)
* feature: add gateway
2025-12-22 15:41:17 +08:00

6 lines
66 B
Bash

#!/bin/bash
set -e
echo "Starting main application..."
exec "$@"