aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/brave
blob: 1dea360292d451d0d03f090593ece0e476d62658 (plain)
1
2
3
4
5
6
7
8
#!/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 \
	--load-extension="$XDG_CACHE_HOME/mode/chromium" \
	"$@"