PK
ADDRLIN :
/
proc
/
thread-self
/
root
/
bin
/
FLL :
Current File : //proc/thread-self/root/bin/idle2.7
#!/usr/bin/python2.7 from idlelib.PyShell import main if __name__ == '__main__': main()
PK
99