Skip to content
Linker edited this page Jul 1, 2022 · 2 revisions

#!/bin/sh CPU_TARGET_FREQ=$1 CORE=$2 for n in {1..$CORE} do done

ShellCheck

Each individual ShellCheck warning has its own wiki page like SC1000. Use GitHub Wiki's "Pages" feature above to find a specific one, or see Checks.

Clone this wiki locally