v2ray/frps/build.sh
2019-01-16 20:14:27 +08:00

33 lines
537 B
Bash
Executable File

#!/bin/sh
MODULE=frps
VERSION=1.4.16
TITLE=frps穿透
DESCRIPTION=内网穿透利器,谁用谁知道。
HOME_URL=Module_frps.asp
# Check and include base
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ "$MODULE" == "" ]; then
echo "module not found"
exit 1
fi
if [ -f "$DIR/$MODULE/$MODULE/install.sh" ]; then
echo "install script not found"
exit 2
fi
# now include build_base.sh
. $DIR/../softcenter/build_base.sh
# change to module directory
cd $DIR
# do something here
do_build_result
sh backup.sh $MODULE