2018-12-31

This commit is contained in:
monlor
2018-12-31 23:47:47 +08:00
commit 3ae56f5e6e
1091 changed files with 173538 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
service="MIXBOX"
appname="mixbox"
needver=""
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
appinfo="一款支持多平台多架构的Shell工具箱"
newinfo="全新版本会尝试支持更多的平台,但还需要一点时间!"
version="0.0.5"

View File

@@ -0,0 +1,11 @@
source /etc/mixbox/bin/base
appname="tools"
uciname="profile"
profilepath="${mbroot}/bin${profilepath}:$PATH"
[ -z "${LD_LIBRARY_PATH}" ] && libpath="/usr/lib:/lib${libpath}" || libpath="${LD_LIBRARY_PATH}${libpath}"
export PATH="${profilepath}"
export LD_LIBRARY_PATH="${libpath}"
export TERM=xterm
alias ll="ls -l"