aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/brave
blob: 2792fe51e1612c480c77f585db7df2d620b83fa9 (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
# --remote-debugging-port=9222 \
/usr/bin/brave \
	"$@"