diff options
| author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-02 05:09:14 -0700 | 
|---|---|---|
| committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-07-02 05:09:14 -0700 | 
| commit | 41d9fb69e58c5bec1712409fdf68cae865fcbc2e (patch) | |
| tree | 5185b2ed9bf256530358ce7add2307a6710f51fd /fontd | |
| parent | f1aa71a434bade3fc6ecb28c6816b0111d126e56 (diff) | |
fixed typo
Diffstat (limited to 'fontd')
| -rwxr-xr-x | fontd | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -23,5 +23,4 @@ sed 's/^.*://g;s/\s[^[:space:]]*$//;s/\s//g')  #saving it as a var removed newlines, must add in with sed, send to bbrll to  # display -#echo LOAD_RAW $bin END_RAW PRINT_BRAILLE | sed  's/\s/\n/g' | bbrll -echo LOAD_RAW $bin END_RAW PRINT_RAW | sed  's/\s/\n/g' | bbrll +echo LOAD_RAW $bin END_RAW PRINT_BRAILLE | sed  's/\s/\n/g' | bbrll | 
