morsh/README

11 lines
186 B
Plaintext

---
Morsh
-- Morse code puresh decoder/encoder
---
Usage
-- $ echo "<your morse code here>" | ./mosrh
---- <decoded text here>
-- $ echo "sample" | ./morese
---- <encoded text here>
---