suite: add python_capstone_setup.py

This commit is contained in:
Nguyen Anh Quynh 2015-06-07 15:55:05 +08:00
parent c2bc152176
commit 6aaa08a48d
1 changed files with 4 additions and 0 deletions

4
suite/python_capstone_setup.py Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# this prints out Capstone setup & core+Python-binding versions
python -c "import capstone; print capstone.debug()"