63634b04396a8dc3e95f25b743b62da1283f8934
[khome.git] / bin / mpd_current_file
1 #! /bin/sh
2
3 mpd_currentsong | awk '/^file: / {sub("^file: *", "", $0); print $0}'
This page took 0.068107 seconds and 3 git commands to generate.