From 41d9fb69e58c5bec1712409fdf68cae865fcbc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sun, 2 Jul 2023 05:09:14 -0700 Subject: fixed typo --- fontd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fontd b/fontd index 763d9d0..0925f3f 100755 --- a/fontd +++ b/fontd @@ -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 -- cgit v1.1