From 1fb96c64792cc32f60f456d87277130dab70a4bd Mon Sep 17 00:00:00 2001 From: Linker <33739844+yun-ling@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:54:45 +0800 Subject: [PATCH] Created SC1060 (markdown) --- SC1060.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SC1060.md diff --git a/SC1060.md b/SC1060.md new file mode 100644 index 0000000..013d3de --- /dev/null +++ b/SC1060.md @@ -0,0 +1,6 @@ +#!/bin/sh +CPU_TARGET_FREQ=$1 +CORE=$2 +for n in {1..$CORE} +do +done \ No newline at end of file