aboutsummaryrefslogtreecommitdiff
path: root/chromium-incognito
blob: 4ad45ce907514b23799dd85bae736bbed7c685c6 (plain)
1
2
3
4
5
6
7
#
# Wrapper around firefox
#

if which chromium 2> /dev/null; then
  chromium -incognito
fi