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