forked from colonelpanic/dotfiles
10 lines
241 B
Bash
Executable File
10 lines
241 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
HANGOUTS_PROFILE="Default"
|
|
|
|
[ -e $HOME/.hangouts_profile ] && HANGOUTS_PROFILE="$(cat $HOME/.hangouts_profile)"
|
|
|
|
google-chrome-stable \
|
|
--profile-directory="$HANGOUTS_PROFILE" \
|
|
--app-id=knipolnnllmklapflnccelgolnpehhpl
|