Files
oyo/OYO/usr/local/bin/apt
T
2023-06-11 10:05:04 +00:00

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 $@