sh EA报告T1或T2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh EA报告T1或T2相关的知识,希望对你有一定的参考价值。

#!/bin/bash

#Report T2 Chip presence in Recon

if system_profiler SPiBridgeDataType | grep "T2"; then
	tchip="Yes - T2"
fi

if system_profiler SPiBridgeDataType | grep "T1"; then
	tchip="Yes - T1 "
fi

echo "<result>$tchip</result>"

以上是关于sh EA报告T1或T2的主要内容,如果未能解决你的问题,请参考以下文章

Noip2015day2解题报告

Noip2014day1解题报告

2019.10.15考试解题报告

清北学堂国庆day6解题报告

1109解题报告

$NOIP 2016 Day1$ 模拟考试 题解报告