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