From 23519773c19a8d9ba6bbe23642e15841f8ed24a8 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 23 Aug 2011 01:54:36 +0200 Subject: [PATCH] Add short description, copyright, MIT-licenced, example --- fb.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fb.pl b/fb.pl index e876166..482e462 100755 --- a/fb.pl +++ b/fb.pl @@ -1,4 +1,13 @@ #!/usr/bin/perl +# +# Fluffy Ball Signal Analyzer (c) 2011 Petr Baudis +# MIT licence +# +# http://brmlab.cz/project/fluffyball +# +# Example: fb.pl -r sound hw:1,0 +# ...will show rectangle labels instead of frequency, and take input +# from the second soundcard instead of the first. use warnings; use strict; -- 2.11.4.GIT