File: chatplus_client

package info (click to toggle)
chatplus 0.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 204 kB
  • ctags: 156
  • sloc: python: 607; ansic: 397; xml: 190; makefile: 81; sh: 6
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
PYTHONPATH=/usr/lib/chatplus:${PYTHONPATH}
export PYTHONPATH

cd /usr/share/chatplus
exec python gtkchat.py "$@"