File: pythonms

package info (click to toggle)
pms 0.2.19-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 456 kB
  • ctags: 389
  • sloc: python: 2,655; makefile: 59; sh: 24
file content (6 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
# This file is released to the Public Domain by Moshe Zadka
# Author: Moshe Zadka <pmh@zadka.site.co.il>
PYTHONPATH=$PYTHONPATH:@LIBPREFIX@/pms/python
export PYTHONPATH
/usr/bin/python2.1 -i -c 'import PMS.Console;from PMS.Commands import *'