1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/src/configure
2014-01-04 22:00:08 +09:00

11 lines
158 B
Bash
Executable File

#!/bin/sh
echo 'Move to the parent directory and run ./configure script as following:'
echo
echo '$ cd ..'
echo '$ ./configure'
echo
echo 'Good luck!'
echo