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"