blob: 10514cf03cc53f47185e2be5ac775512da7f55f5 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# the remote debugging is so brave can be hooked into by
# ~/.local/share/mode/reload.d/brave. this is probaby bad for security if
# you're not the only user on the system
/usr/bin/brave \
--remote-debugging-port=9222 \
"$@"
|