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