mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 14:47:14 +08:00
6 lines
93 B
Fish
6 lines
93 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
for test in (find * -type f -print | grep 'spec.fish')
|
||
|
fish $test
|
||
|
end
|