10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
HANGOUTS_PROFILE="Default"
|
|
|
|
[ -e $HOME/.hangouts_profile ] && HANGOUTS_PROFILE="$(cat $HOME/.hangouts_profile)"
|
|
|
|
start_chrome.sh \
|
|
--profile-directory="$HANGOUTS_PROFILE" \
|
|
--app-id=knipolnnllmklapflnccelgolnpehhpl
|