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

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