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