4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
mpv --player-operation-mode=pseudo-gui --shuffle $OPT_PATH/music 2>/dev/null &
|