mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-17 09:26:08 +00:00
6 lines
93 B
Fish
Executable File
6 lines
93 B
Fish
Executable File
#!/usr/bin/env fish
|
|
|
|
for test in (find * -type f -print | grep 'spec.fish')
|
|
fish $test
|
|
end
|