mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 04:51:44 +00:00
4fba03d6d1
Small Makefile cleanups. Ran script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
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
|