Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 335 Bytes

File metadata and controls

17 lines (12 loc) · 335 Bytes

Morsecode

Converts plain text to morsecode.

Usage

$echo “hello world” | ./morse.sh
...././.-../.-../—-//.—/—-/.-./.-../-..

Letter spacing = `/´

Word spacing = `//´

Installation

Place the two files 'morse.sh' and 'alphabet-morse.sed' in the same folder somewhere in your $PATH.