mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-30 05:57:28 +03:00
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
echo running custom rustc >&2
|
|
exec rustc "$@"
|