v2ray/mdial/build.sh
2019-02-12 18:52:22 +08:00

23 lines
387 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
MODULE="mdial"
VERSION="1.3"
TITLE="单线多拨"
DESCRIPTION="pppoe单线多拨带宽提升神器"
HOME_URL="Module_mdial.asp"
# Check and include base
DIR="$( cd "$( dirname "$BASH_SOURCE[0]" )" && pwd )"
# 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