mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC1060 (markdown)
6
SC1060.md
Normal file
6
SC1060.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
CPU_TARGET_FREQ=$1
|
||||||
|
CORE=$2
|
||||||
|
for n in {1..$CORE}
|
||||||
|
do
|
||||||
|
done
|
Reference in New Issue
Block a user