#!/bin/bash

test-fm-radio "$@" | grep 'stopped at channel' | sed -e 's/.*at channel //; s/\(.\)00$/.\1/';
