feat: rebrand to yatm

This commit is contained in:
Samuel N Cui
2023-09-26 16:53:05 +08:00
parent 508d4bf137
commit 8eee1e9e4e
7 changed files with 10 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
set -ex;
# SG_DEVICE=`sg_map | grep ${DEVICE} | awk '{print $1}'`
BARCODE=`./lto-info -f /dev/nst0 | grep 'Barcode' | awk '{print $3}'`
BARCODE=`./yatm-lto-info -f /dev/nst0 | grep 'Barcode' | awk '{print $3}'`
echo "{\"barcode\": \"$BARCODE\"}" > $OUT
sleep 3