6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
setopt extendedglob
|
|
|
|
ls -1 ^build*/**/(#i)*.^(py|sh|run|sh|csh|pl|perl)(.x)
|