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