dotfiles/.bin/OLD/dualbrowse.sh
2024-02-14 07:55:58 +01:00

4 lines
52 B
Bash
Executable File

#!/bin/sh
chrome $@ &
firefox --private-window $@ &