summaryrefslogtreecommitdiffstats
path: root/util/morse/README
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-23 22:37:34 +0100
committereuer <root@euer.krebsco.de>2012-12-23 22:37:34 +0100
commitbefe04dcd3276c0c51bc9d79e4d327ed5dceb3c0 (patch)
tree21acf24c63d6a29d1621598f5ca07a438fa52a5d /util/morse/README
parent3b8a155589443ecf3012805a316421fcbd08c9ae (diff)
//morse -> //util/morse
Diffstat (limited to 'util/morse/README')
-rw-r--r--util/morse/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/util/morse/README b/util/morse/README
new file mode 100644
index 00000000..67951c00
--- /dev/null
+++ b/util/morse/README
@@ -0,0 +1,32 @@
+MORSE(1) MORSE(1)
+
+NAME
+ morse.sh - morse code generator
+
+SYNOPSIS
+ morse [-l N] [-f N] [-c|-x] [text...]
+
+DESCRIPTION
+ Generate visible or audible from text or stdin.
+
+OPTIONS
+ -l N use N milliseconds as length of dit. Default: 60 ms
+
+ -f N beep at N Hz. Default: 2000 Hz
+
+ -c compile only. Morse will output morse-executable morse code.
+
+ -x execute only. Interpret text as morse code, i.e. do not try
+ to convert text or stdin.
+
+BUGS
+ None.^_^
+
+REPORTING BUGS
+ Please use Github's issue tracking system.
+
+AUTHOR
+ This program was written by tv@shackspace and is distributed under the
+ Do What The Fuck You Want To Public License.
+
+ April 2011 MORSE(1)