feat: useable

This commit is contained in:
Samuel N Cui
2022-12-12 22:48:28 +08:00
parent af8c37b18e
commit f87ec06af6
134 changed files with 18715 additions and 1343 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex;
sleep 5
for i in {1..60}; do
stenc -f ${DEVICE} -e on -k ${KEY_FILE} -kd ${TAPE_BARCODE} -a 1 --ckod && break || sleep 5;
done
sleep 3