mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-01 04:03:00 +00:00
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
exec /usr/lib/v2rayn/v2rayN "$@"
|
|
|