From 3f771abe73bce6d3b69a34b8b5da3e47f3418733 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 29 Aug 2015 00:26:34 +0800 Subject: [PATCH] python: add sample_all.sh --- bindings/python/sample_all.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bindings/python/sample_all.sh diff --git a/bindings/python/sample_all.sh b/bindings/python/sample_all.sh new file mode 100755 index 00000000..f4e7a55c --- /dev/null +++ b/bindings/python/sample_all.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +./sample_x86.py +echo "==========================" +./shellcode.py +echo "==========================" +./sample_arm.py +echo "==========================" +./sample_arm64.py +echo "==========================" +./sample_mips.py +echo "==========================" +./sample_sparc.py +echo "==========================" +./sample_m68k.py