mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-02 06:07:29 +00:00
feat: useable
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user