10 lines
130 B
Bash
Executable File
10 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
aspell check \
|
|
"$@" \
|
|
--master=en_US \
|
|
--lang=en_US \
|
|
--sug-mode=slow \
|
|
-x \
|
|
--mode=markdown
|