README.md: init
This commit is contained in:
parent
0588320647
commit
a399f3f3e0
|
@ -0,0 +1,95 @@
|
|||
# spellme
|
||||
How often have you tryied to spell "Schweinebaermaulwurfkatzegoldhueftsteak from suedsteirischem kobe Schaf" and you had not a spelling alphabet with you, I bett at least once a day =)
|
||||
|
||||
This script will help you doing that.
|
||||
|
||||
The first letter,digent,symbol,... in each line will be colored red. Just run it and attach what ever you want to spell.
|
||||
|
||||
## Reqirements
|
||||
It uses [sed](https://www.gnu.org/software/sed/) and [bashisms](https://en.wikipedia.org/wiki/Bashism) so please make sure that you have them installed. For example with [apt](https://wiki.debian.org/Apt) for [debian](https://www.debian.org/)
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
/path/to/script/spellme.sh "Schweinebaermaulwurfkatzegoldhueftsteak from suedsteirischem kobe Schaf(1337/42)."
|
||||
SIERRA
|
||||
CHARLIE
|
||||
HOTEL
|
||||
WHISKEY
|
||||
ECHO
|
||||
INDIA
|
||||
NOVEMBER
|
||||
ECHO
|
||||
BRAVO
|
||||
ALFA
|
||||
ECHO
|
||||
ROMEO
|
||||
MIKE
|
||||
ALFA
|
||||
UNIFORM
|
||||
LIMA
|
||||
WHISKEY
|
||||
UNIFORM
|
||||
ROMEO
|
||||
FOXTROT
|
||||
KILO
|
||||
ALFA
|
||||
TANGO
|
||||
ZULU
|
||||
ECHO
|
||||
GOLF
|
||||
OSCAR
|
||||
LIMA
|
||||
DELTA
|
||||
HOTEL
|
||||
UNIFORM
|
||||
ECHO
|
||||
FOXTROT
|
||||
TANGO
|
||||
SIERRA
|
||||
TANGO
|
||||
ECHO
|
||||
ALFA
|
||||
KILO
|
||||
SPACE
|
||||
FOXTROT
|
||||
ROMEO
|
||||
OSCAR
|
||||
MIKE
|
||||
SPACE
|
||||
SIERRA
|
||||
UNIFORM
|
||||
ECHO
|
||||
DELTA
|
||||
SIERRA
|
||||
TANGO
|
||||
ECHO
|
||||
INDIA
|
||||
ROMEO
|
||||
INDIA
|
||||
SIERRA
|
||||
CHARLIE
|
||||
HOTEL
|
||||
ECHO
|
||||
MIKE
|
||||
SPACE
|
||||
KILO
|
||||
OSCAR
|
||||
BRAVO
|
||||
ECHO
|
||||
SPACE
|
||||
SIERRA
|
||||
CHARLIE
|
||||
HOTEL
|
||||
ALFA
|
||||
FOXTROT
|
||||
(OPENING PARENTHESIS
|
||||
1
|
||||
3
|
||||
3
|
||||
7
|
||||
/SLASH
|
||||
4
|
||||
2
|
||||
)CLOSING PARENTHESIS
|
||||
.DOT
|
||||
```
|
Loading…
Reference in New Issue