python: add sample_all.sh

This commit is contained in:
Nguyen Anh Quynh 2015-08-29 00:26:34 +08:00
parent d3de7aa567
commit 3f771abe73
1 changed files with 15 additions and 0 deletions

15
bindings/python/sample_all.sh Executable file
View File

@ -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