mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Small Makefile cleanups.
Ran script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 4fba03d6d1)
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
|