initial commit

This commit is contained in:
2026-05-05 21:58:43 +03:00
commit 862b7abbac
79 changed files with 4132 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /bin/bash
set -e
x=$(ls /dev | grep loop9p2 | wc -l)
if [ $x -ne 0 ]
then
echo "delete loop"
sudo umount ./raspbian || true
sudo losetup -d /dev/loop9 || true
fi
rm -rf ./tmp ./raspbian || true