morsh/README

12 lines
173 B
Plaintext
Raw Normal View History

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