mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-14 17:31:35 +00:00
moxbox init
This commit is contained in:
7
apps/mixbox/config/mixbox.uci
Normal file
7
apps/mixbox/config/mixbox.uci
Normal file
@@ -0,0 +1,7 @@
|
||||
service="MIXBOX"
|
||||
appname="mixbox"
|
||||
needver=""
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
appinfo="一款支持多平台,多架构的Shell工具箱"
|
||||
newinfo="新增功能parse_str,用于解析变量,新增baseutils工具"
|
||||
version="0.1.4"
|
||||
11
apps/mixbox/config/profile
Normal file
11
apps/mixbox/config/profile
Normal 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"
|
||||
Reference in New Issue
Block a user