mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo Always returns 1 to prevent use of "cargo-build"
|
|
exit 1
|