OBS-URL: https://build.opensuse.org/package/show/security:forensics/autopsy?expand=0&rev=1
5 lines
85 B
Bash
5 lines
85 B
Bash
#!/usr/bin/sh
|
|
autopsy &
|
|
xdg-open http://localhost:9999/autopsy
|
|
killall autopsy
|
|
exit 0 |