mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 22:43:55 +08:00
5 lines
121 B
Bash
5 lines
121 B
Bash
#!/usr/bin/env sh
|
|
echo parameter: file.pls
|
|
mpc clear
|
|
grep '^File[0-9]*' $1 | sed -e 's/^File[0-9]*=//' | mpc add
|
|
mpc play |