The airhorn soundclip you know and love, in your terminal.
Or click here to preview the airhorn sound.
cargo install --path .cargo install airhornairhorn
ls && airhorn
make && airhorn
git push && airhorn
# etc...# Check formatting, linting, tests, and build
make check
# Build release binary
make build
# Run the airhorn
make runApache-2.0