mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:48:30 +00:00
python: add sample_all.sh
This commit is contained in:
parent
d3de7aa567
commit
3f771abe73
1 changed files with 15 additions and 0 deletions
15
bindings/python/sample_all.sh
Executable file
15
bindings/python/sample_all.sh
Executable 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
|
Loading…
Reference in a new issue