5 lines
105 B
Fish
Executable file
5 lines
105 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
find "$DOT/os/linux/" -name "*.pref.fish" | while read file
|
|
fish -c "$file"
|
|
end
|