softether-vpn/src/configure

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