Add kernelb.sh
This commit is contained in:
3
kernelb.sh
Normal file
3
kernelb.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
cores=$(nproc)
|
||||||
|
divisor=3
|
||||||
|
/usr/bin/make clean && /usr/bin/make -j $((cores/divisor*2))
|
||||||
Reference in New Issue
Block a user