1
0
Fork 0
mirror of https://dicksdeathabove.xyz/~mia/morsh synced 2024-09-20 17:08:48 +00:00
morsh/README
Mia-admin ec8bee0f06
...
2022-01-16 04:31:11 -05:00

12 lines
173 B
Plaintext

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