[Linux] Allow setting of profile for hangouts
This commit is contained in:
parent
58d2604bda
commit
5692dd3f01
@ -1,3 +1,9 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
google-chrome-stable --profile-directory=Default --app-id=knipolnnllmklapflnccelgolnpehhpl
|
HANGOUTS_PROFILE="Default"
|
||||||
|
|
||||||
|
[ -e $HOME/.hangouts_profile ] && HANGOUTS_PROFILE="$(cat $HOME/.hangouts_profile)"
|
||||||
|
|
||||||
|
google-chrome-stable \
|
||||||
|
--profile-directory="$HANGOUTS_PROFILE" \
|
||||||
|
--app-id=knipolnnllmklapflnccelgolnpehhpl
|
||||||
|
Loading…
Reference in New Issue
Block a user