1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-03-06 08:29:49 +00:00
unicorn/bindings/python/sample_all.sh

16 lines
332 B
Bash
Raw Normal View History

2015-08-28 16:26:34 +00:00
#!/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