Sign in
qemu
/
qemu
/
5a1f614d0cd0bcc8e84e0b7ab6af63d56bd348a2
/
.
/
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