//進入到項目根目錄tp5 下執行方法 [root@JDu4e00u53f7 tp5]# php public/index.php index/index/index
#!/bin/bash // 1.執行thinkphp5下到index方法 /usr/bin/php /home/wwwroot/default/tp5/public/index.php /index/index/index // 2.執行thinkphp5下的test方法 /usr/bin/php /home/wwwroot/default/tp5/public/index.php /index/index/test // 執行普通文件 /usr/bin/php /root/learnScript/a.php