aboutsummarylogtreecommitdiffstats
path: root/google-chat-linux.sh
blob: 1a49ee3b64729e39a6908bfd7022b30773883600 (plain)
1
2
3
4
5
6
7
#!/bin/sh
NODE_PATH=/usr/share/google-chat-linux/node_modules/.bin
export PATH=$NODE_PATH:$PATH

cd /usr/share/google-chat-linux \
  && ${NODE_PATH}/electron .