4 lines
127 B
Text
4 lines
127 B
Text
|
#!/bin/bash
|
||
|
|
||
|
mark $(echo ~/.local/share/catgirl/log/*/*/* | shuf -n1 | xargs grep '>' | shuf -n1 | cut -d' ' -f3) | tr -d "\n"
|