mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
Handle the .r2s extension for visual slides ##visual
This commit is contained in:
parent
e9765d5ec8
commit
9ae0675c2e
@ -1285,6 +1285,9 @@ R_API bool r_core_run_script(RCore *core, const char *file) {
|
||||
free (shell);
|
||||
}
|
||||
ret = 1;
|
||||
} else if (!strcmp (ext, "r2s")) {
|
||||
r_core_visual_slides (core, file);
|
||||
ret = 1;
|
||||
} else if (!strcmp (ext, "pl")) {
|
||||
char *cmd = cmdstr ("perl");
|
||||
r_lang_use (core->lang, "pipe");
|
||||
|
Loading…
Reference in New Issue
Block a user