mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-14 18:59:55 +01:00
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
bin/libs/v2ray.sh || exit 1
|
|
bin/libs/shadowsocks.sh || exit 1
|
|
bin/libs/ssr.sh || exit 1
|
|
bin/libs/native.sh || exit 1
|