summaryrefslogtreecommitdiffstats
path: root/modules/morse/README
diff options
context:
space:
mode:
authortv <tv@also>2011-05-29 15:47:21 +0200
committertv <tv@also>2011-05-29 15:47:21 +0200
commit12c77cdbfa4ec48d935af3ae7cf1118e38bec6e1 (patch)
tree2fdf8b557d2a2a1edaba2be569c2110c3822559f /modules/morse/README
parentedaa1d7f7a0ed33c019fce185b8aff7563498b6e (diff)
lowered filesystem hierarchy--everything are modules
Diffstat (limited to 'modules/morse/README')
-rw-r--r--modules/morse/README32
1 files changed, 0 insertions, 32 deletions
diff --git a/modules/morse/README b/modules/morse/README
deleted file mode 100644
index 67951c00..00000000
--- a/modules/morse/README
+++ /dev/null
@@ -1,32 +0,0 @@
-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)