Sign in
fuchsia
/
third_party
/
rust
/
9a33f82140c6da6e5808253309c674554b93e9fe
/
.
/
y.rs
blob: e806a64d943448d9b4695b37ea56f36c2b11c514 [
file
] [
log
] [
blame
]
#!/
usr
/
bin
/
env bash
#![
deny
(
unsafe_code
)]
/*This line is ignored by bash
# This block is ignored by rustc
echo "Warning: y.rs is a deprecated alias for y.sh" 1>&2
exec ./y.sh "$@"
*/