Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
linux
/
scripts
/
cc-can-link.sh
blob: 6efcead3198989d2ab2ab6772c72d8bb61c89c4e [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
4
cat
<<
"END"
|
$@
-
x c
-
-
o
/
dev
/
null
>/
dev
/
null
2
>&
1
5
#include <stdio.h>
6
int main
(
void
)
7
{
8
printf
(
""
);
9
return
0
;
10
}
11
END