From 9d1488ab8952004a288fe73838bf7cd933916ab2 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 01:11:37 -0600 Subject: [PATCH] WORKAN WOOOO --- Commands.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..6e23504 --- /dev/null +++ b/Commands.md @@ -0,0 +1,6 @@ +# Commands +```bash +byobu + +imgname=`date +"%Y-%m-%d-%H%M-%S"`-grandfatherclock-pi4.img; xzname=$imgname.xz; dadisk=/dev/sdb; webhook "starting copy $dadisk to $imgname $to xzname"; sudo dd if=$dadisk of=$imgname bs=4M status=progress; webhook "Copied the disk to $imgname, compressing to $xzname"; sudo pishrink.sh -v -Z -a $imgname $xzname; webhook "$imgname shrunk to $xzname, deleting $imgname" true; sudo rm -f $imgname; webhook "done!"; +``` \ No newline at end of file