78ff1536b4
Signed-off-by: shenmo <jifengshenmo@outlook.com>
9 lines
233 B
Bash
Executable File
9 lines
233 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/durapps/transhell/transhell.sh
|
|
load_transhell
|
|
if [[ ! -t 1 ]]; then # 如果标准输出不是终端,输出警告信息到 stderr
|
|
echo -e "${TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO} " >&2
|
|
fi
|
|
|
|
oyo $@
|