Codebase list poshc2 / c7e15d91-97a2-45e6-8749-25a330321b42/main start.py
c7e15d91-97a2-45e6-8749-25a330321b42/main

Tree @c7e15d91-97a2-45e6-8749-25a330321b42/main (Download .tar.gz)

start.py @c7e15d91-97a2-45e6-8749-25a330321b42/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env python3

import sys

from poshc2 import run

if __name__ == '__main__':
    run()