summaryrefslogtreecommitdiffstats
path: root/modules/morse/README
diff options
context:
space:
mode:
authortv <tv@also>2011-05-05 10:14:01 +0200
committertv <tv@also>2011-05-05 10:14:24 +0200
commit212e9fd762d8c08b787716264a75d288c72594e3 (patch)
tree205aaa605dac0200332f5e178e23bea9227ae767 /modules/morse/README
parent6b75ffb8a20f6e0804a95374f02f5cbd245f462c (diff)
modules/morse: prepare for krebscode
Diffstat (limited to 'modules/morse/README')
-rw-r--r--modules/morse/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/morse/README b/modules/morse/README
new file mode 100644
index 00000000..67951c00
--- /dev/null
+++ b/modules/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)