aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/python_capstone_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/suite/python_capstone_setup.py')
-rwxr-xr-xcapstone/suite/python_capstone_setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/capstone/suite/python_capstone_setup.py b/capstone/suite/python_capstone_setup.py
new file mode 100755
index 000000000..5243932f2
--- /dev/null
+++ b/capstone/suite/python_capstone_setup.py
@@ -0,0 +1,4 @@
+#!/bin/sh
+# this prints out Capstone setup & core+Python-binding versions
+
+python -c "import capstone; print capstone.debug()"