mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 16:23:08 +00:00
![pancake](/assets/img/avatar_default.png)
* Re-run ./configure-plugins if .def.cfg is newer than .cfg * Documentate build instructions of the TestRBin.java * Sync TODO and ChangeLog
4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
[ plugins.def.cfg -nt ./plugins.cfg ] && rm -f plugins.cfg
|
|
[ ! -e plugins.cfg ] && ./configure-plugins
|