We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17172a6 commit 50befdfCopy full SHA for 50befdf
y.rs
@@ -2,5 +2,5 @@
2
#![deny(unsafe_code)] /*This line is ignored by bash
3
# This block is ignored by rustc
4
echo "Warning: y.rs is a deprecated alias for y.sh" 1>&2
5
-exec ./y.sh
+exec ./y.sh "$@"
6
*/
0 commit comments