@eshanized: push via push.sh!!!

This commit is contained in:
2024-03-04 22:45:01 +05:30
parent 39b75d455f
commit 05d64bb15a

View File

@@ -0,0 +1,16 @@
#!bin/bash
set -e
# Author : Eshan Roy <eshan@snigdhaos.or>
# Author URL : https://eshanized.github.io/
echo
echo "--->> Start snigdhaos-all-cores <<---"
echo
numberofcores=$(grep -c ^processor /proc/cpuinfo)
if [ $numberofcores -gt 1 ]; then
echo "TOTAL CORES : "$numberofcores
echo "Changing makeflags for "$numberofcores "cores."
sudo sed -i ''