Files
patronageos/kernelb.sh
2025-10-31 08:40:19 -06:00

3 lines
85 B
Bash

cores=$(nproc)
divisor=3
/usr/bin/make clean && /usr/bin/make -j $((cores/divisor*2))