Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
50f43abd51b98a89a2ec2d51cd2725a28869fae6
/
.
/
marvell
/
linux
/
scripts
/
cc-can-link.sh
blob: 6efcead3198989d2ab2ab6772c72d8bb61c89c4e [
file
] [
log
] [
blame
]
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
cat
<<
"END"
|
$@
-
x c
-
-
o
/
dev
/
null
>/
dev
/
null
2
>&
1
#include <stdio.h>
int main
(
void
)
{
printf
(
""
);
return
0
;
}
END