summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 05:09:14 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-07-02 05:09:14 -0700
commit41d9fb69e58c5bec1712409fdf68cae865fcbc2e (patch)
tree5185b2ed9bf256530358ce7add2307a6710f51fd
parentf1aa71a434bade3fc6ecb28c6816b0111d126e56 (diff)
fixed typo
-rwxr-xr-xfontd3
1 files changed, 1 insertions, 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