浏览代码

add eg cli commands in readme

cuu 2 年之前
父节点
当前提交
1ca70d37d9
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Code/thermal_printer/README.md

+ 5 - 0
Code/thermal_printer/README.md

@@ -1,11 +1,16 @@
 # DevTerm Thermal printer 
 
+### Console commands example
+
+
 `echo “Hello DevTerm” > /tmp/DEVTERM_PRINTER_IN`
 
 `echo -e “Hello DevTerm\n\n\n\n\n\n” > /tmp/DEVTERM_PRINTER_IN`
 
 `cat file.txt > /tmp/DEVTERM_PRINTER_IN`
 
+`ncal -hb | tee > /tmp/DEVTERM_PRINTER_IN`
+
 ### Eos/Pos commands example