mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01: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 |