4 lines
82 B
Text
4 lines
82 B
Text
|
#!/usr/bin/bash
|
||
|
|
||
|
playerctl --player=spotify metadata | grep $1 | awk '{print $3}'
|