This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Messages may have escaped characters
Signed-off-by: Junjie Mao <eternal.n08@gmail.com>
main
Junjie Mao
9 years ago
parent
4e656f6614
commit
6bee838784
8 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
labcodes/lab1/tools/grade.sh
+1
-1
labcodes/lab2/tools/grade.sh
+1
-1
labcodes/lab3/tools/grade.sh
+1
-1
labcodes/lab4/tools/grade.sh
+1
-1
labcodes/lab5/tools/grade.sh
+1
-1
labcodes/lab6/tools/grade.sh
+1
-1
labcodes/lab7/tools/grade.sh
+1
-1
labcodes/lab8/tools/grade.sh
+ 1
- 1
labcodes/lab1/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab2/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab3/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab4/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab5/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab6/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab7/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
+ 1
- 1
labcodes/lab8/tools/grade.sh
View File
@ -105,7 +105,7 @@ show_msg() {
echo
$1
shift
if
[
$#
-gt
0
]
;
then
echo
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
-e
"
$@
"
|
awk
'{printf " %s\n", $0}'
echo
fi
}
Write
Preview
Loading…
Cancel
Save