mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-13 05:53:51 +08: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
|