blob: 5243932f21b8ef45ea0b0937f445b7fb14b23edc [file] [log] [blame]
Nguyen Anh Quynh67304f32015-05-10 10:23:27 +08001#!/bin/sh
2# this prints out Capstone setup & core+Python-binding versions
3
4python -c "import capstone; print capstone.debug()"