From ba48e77564900cd2f6ce041e3bd6174059e61b87 Mon Sep 17 00:00:00 2001 From: Stanislav Vasilev Date: Thu, 24 Oct 2024 22:35:44 +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 0454a3e..bb11dd5 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"