简单教程
提交运行
代码编辑器:
#!/bin/bash # filename: demo.sh # author:简单编程 # url:www.twle.cn val=`expr 2 + 2` echo "两数之和为 : $val"
运行结果: