mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 06:30:33 +00:00
894202db16
* 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
|