just cant with this old README

This commit is contained in:
Mia T. Rain 2022-09-02 03:54:05 -04:00
parent e5011c78f5
commit 6b5b214866
Signed by: Mia
GPG Key ID: 5F40D66F94DECFE8
1 changed files with 7 additions and 8 deletions

15
README
View File

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