mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 01:30:40 +03:00
1c07ddcb8d
and also move `vpncmd /tools /cmd:check` under .ci directory.
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
./build/vpncmd /tools /cmd:check
|