v2ray/shadowsocks/build.sh

33 lines
522 B
Bash
Raw Normal View History

2019-01-15 04:47:56 +00:00
#!/bin/sh
MODULE=shadowsocks
2019-04-18 18:08:25 +00:00
VERSION=4.1.8
2019-01-24 17:09:13 +00:00
TITLE=科学上网
DESCRIPTION=科学上网
2019-01-15 04:47:56 +00:00
HOME_URL=Main_Ss_Content.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