migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

4
scripts/framework-stats.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
BAT_CYCLE=$(cat /sys/class/power_supply/BAT1/cycle_count)
echo -e "Note: 80% retained after 1000 cycles\n Current Cycles: $BAT_CYCLE cycles"