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