5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
cat | xargs -I '%' curl '%' -o /tmp/mpris-thumb 2>&1 | echo "/tmp/mpris-thumb"
|
||
|
|