This commit is contained in:
Mia-admin 2022-01-16 04:30:42 -05:00
parent 18f0d4b887
commit ec8bee0f06
No known key found for this signature in database
GPG Key ID: 71C6B366DD22D9B5
2 changed files with 1 additions and 3 deletions

2
README
View File

@ -9,5 +9,3 @@ $ echo "<your morse code here>" | ./mosrh
$ echo "sample" | ./morese $ echo "sample" | ./morese
<encoded text here> <encoded text here>
--- ---
-- meeper is a really cool dude

2
morsh
View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# --. / .- / -.-- # .. / ..-. . . .-.. / .. -. / .-.. --- ...- . / .-- .. - .... / .... . .-. / .-- .-. .. - .. -. --. / - .... .. ...
# shellcheck disable=SC2086,SC1083,SC2154 # shellcheck disable=SC2086,SC1083,SC2154
# SC2086 - required for IFS replacement # SC2086 - required for IFS replacement
# SC1083 - required for eval # SC1083 - required for eval