From 2cf107e1510a9f13af75396e04f8829a2cf22f36 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 04:17:57 -0600 Subject: [PATCH] 1.5-rc-3 --- Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Commands.md b/Commands.md index ac112b4..4ff1299 100644 --- a/Commands.md +++ b/Commands.md @@ -1,6 +1,7 @@ # Commands copy image ```bash +#/bin/bash imgname=`date +"%Y-%m-%d-%H%M-%S"`-grandfatherclock-pi4.img xzname=$imgname.xz sizes=sizes-$imgname-$xzame.txt @@ -24,11 +25,10 @@ sha256sum $xzname | tee -a $checksums webhook "getting sizes" echo -e "imgsize: $imgsize\nxzsize: $xzsize" | tee $sizes -webhook "DONE\n\tdisk: $dadisk\n\timgname: $imgname\n\txzname: $xzname\n\tsizes: $(cat $sizes)" true -# sudo shutdown -r +1 +webhook "DONE\n\tdisk: $dadisk\n\timgname: $imgname ($imgsize)\n\txzname: $xzname ($xzsize)" true +sudo shutdown -r +1 ``` - watch file ```bash watch -n $((60 * 5)) "ls -lAh | rg grand | awk '{print \$5,\"/ 238.3G\", \"\\t\", \$9}'"