3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/bash
|
|
cd matter-bridge
|
|
exec < /dev/tty && node_modules/.bin/cz --hook || true |