使用库函数

5年以前  |  阅读数:551 次  |  编程语言:Shell 
#!/bin/bash

#using a library file the wrong way

. ./脚本库.sh

result=`addem 10 15`
echo "The result is $result"

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8