PHP
·
发表于 5年以前
·
阅读量:8290
#!/bin/bash
#using a library file the wrong way
. ./脚本库.sh
result=`addem 10 15`
echo "The result is $result"