Shell脚本无限调用

#! /bin/bash 
# this shell can run endlessfully
echo "i love you ! "
sh ./run

通过echo来显示了无限调用的过程
sh ./run 无限调用那本文件

原文地址:https://www.cnblogs.com/7haoyu/p/11553344.html