当我启动时,我想在找到这些.sh文件时将路径传递给文件夹
我从这开始
#!/bin/bash find /home/user_name -name "*.sh"
并且脚本必须在带有可执行文件的徽标列表中写入
linux bash
bash ×1
linux ×1