Sign in
qemu
/
qemu
/
4007fc948702f8f6ee5edc0522304c96f7bc10bc
/
.
/
scripts
/
rust
/
rust_root_crate.sh
blob: 975bddf7f1a4c6ca7770f800bdc894cdff1f3ab1 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
eu
cat
<<
EOF
//
@generated
//
This
file is autogenerated by scripts
/
rust_root_crate
.
sh
EOF
for
crate
in
$
*;
do
echo
"extern crate $crate;"
done