mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-20 22:34:39 +00:00
7 lines
139 B
Bash
7 lines
139 B
Bash
![]() |
#!/bin/sh
|
||
|
if [ ! -d radare2-extras ]; then
|
||
|
git clone https://github.com/radare/radare2-extras
|
||
|
fi
|
||
|
cd radare2-extras || exit 1
|
||
|
sys/yara3.sh
|