5 lines
75 B
Fish
5 lines
75 B
Fish
#!/usr/bin/env fish
|
|
|
|
for p in (rbw list)
|
|
echo $p\034rbw\034 $p
|
|
end
|