cowrie/bin/asciinema

7 lines
108 B
Plaintext
Raw Normal View History

2016-04-17 08:55:59 +00:00
#!/usr/bin/env python
2023-11-27 13:01:53 +00:00
from cowrie.scripts import asciinema
2016-04-17 08:55:59 +00:00
if __name__ == "__main__":
2023-11-27 13:01:53 +00:00
asciinema.run()