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