mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 13:53:07 +00:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
killall r2
|
|
openurl http://localhost:9090
|
|
r2 -qc=h /bin/ls
|