5 lines
74 B
Text
5 lines
74 B
Text
|
#!/bin/sh
|
||
|
# cc-cli as a commit hook
|
||
|
exec < /dev/tty
|
||
|
cargo bin cc-cli "$@"
|