@eshanized: push via push.sh!!!

This commit is contained in:
2024-03-08 00:54:53 +05:30
parent 5c5d28e494
commit d7c5b1dee6
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!bin/bash
#!/bin/bash
set -e
# Author : Eshan Roy <eshan@snigdhaos.or>
@@ -10,6 +10,7 @@ echo
numberofcores=$(grep -c ^processor /proc/cpuinfo)
# shellcheck disable=SC2086
if [ $numberofcores -gt 1 ]; then
echo "TOTAL CORES : "$numberofcores
echo "Changing makeflags for "$numberofcores "cores."