From 846e915b1491ed9bf829edd2c6533e2c394c0e73 Mon Sep 17 00:00:00 2001 From: Stanislav Vasilev Date: Thu, 24 Oct 2024 22:37:51 +0300 Subject: [PATCH] Update ci.sh --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 32f79fc..d5d2477 100755 --- a/ci.sh +++ b/ci.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Clone the framework repo cpus=$(grep -c processor /proc/cpuinfo) ## get the cpu threads for maximum performance when compiling echo -e "\x1B[32mCopiling with ${cpus} compute jobs!\033[0m"