morsh/README

11 lines
186 B
Plaintext
Raw Normal View History

2022-09-02 07:54:05 +00:00
---
Morsh
2021-10-18 08:00:00 +00:00
-- Morse code puresh decoder/encoder
2021-08-23 18:50:57 +00:00
---
2022-09-02 07:54:05 +00:00
Usage
-- $ echo "<your morse code here>" | ./mosrh
---- <decoded text here>
-- $ echo "sample" | ./morese
---- <encoded text here>
2021-08-23 18:50:57 +00:00
---