4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
killall r2
|
|
openurl http://localhost:9090
|
|
r2 -qc=h /bin/ls
|