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