v2ray/shellinabox/build.sh

24 lines
390 B
Bash
Raw Normal View History

2019-03-13 14:12:46 +00:00
#!/bin/sh
MODULE=shellinabox
VERSION="2.0"
TITLE=shellinabox
DESCRIPTION=超强的SSH网页客户端~
HOME_URL=Module_shellinabox.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
# now backup
sh backup.sh $MODULE