#!/bin/bash # filename: demo.sh # author:简单编程 # url:www.twle.cn val=`expr 2 + 2` echo "两数之和为 : $val"