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