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