Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
proc
/
self
/
root
/
usr
/
lib64
/
python2.7
/
Demo
/
pdist
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/usr/lib64/python2.7/Demo/pdist/mac.py
import sys import string import rcvs def main(): while 1: try: line = raw_input('$ ') except EOFError: break words = string.split(line) if not words: continue if words[0] != 'rcvs': words.insert(0, 'rcvs') sys.argv = words rcvs.main() main()