Add SomaFM mpc scripts
[khome.git] / bin / soma_file_of_pls
diff --git a/bin/soma_file_of_pls b/bin/soma_file_of_pls
new file mode 100755 (executable)
index 0000000..28660ca
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/bash
+
+curl "$1" | awk -F= '{metadata[$1] = $2} END {print metadata["File1"]}'
This page took 0.040182 seconds and 4 git commands to generate.