aku nok ndi : /proc/self/root/bin/ |
aku nok ndi : //proc/self/root/bin/pidproxy |
#!/usr/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'supervisor==3.4.0','console_scripts','pidproxy' __requires__ = 'supervisor==3.4.0' import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point('supervisor==3.4.0', 'console_scripts', 'pidproxy')() )