#!/bin/dash
#131109 L18L internationalisation
export TEXTDOMAIN=fatdog
exec arecord -vvv 2>&1 > /dev/null | stdbuf -o0  awk '/%$/ {print $7}' | 
Xdialog --title "$(gettext 'Sound Input Level')" --progress "$(gettext 'Close this when done, before starting recording.')" 0 0
