Add kernelb.sh

This commit is contained in:
2025-10-31 08:40:19 -06:00
parent f18d9b53e4
commit 24dbc38792

3
kernelb.sh Normal file
View File

@@ -0,0 +1,3 @@
cores=$(nproc)
divisor=3
/usr/bin/make clean && /usr/bin/make -j $((cores/divisor*2))