AkurAI Build
Menu

cosmic-mobile

public

Latest change ef0e9ca97396019cc4c5fd0064296ee868e84e93 - Fix capture session and bound evidence collection by AkurAI Build

#!/bin/sh
set -eu
sleep 12
mount -t 9p -o trans=virtio,version=9p2000.L captures /mnt
# ponytail: bounded VM evidence only; use portal capture for a real desktop.
socket=/run/user/1000/wayland-0
for name in home interaction; do
    runuser -u mobile -- env WAYLAND_DISPLAY="$socket" XDG_RUNTIME_DIR=/run/user/1000 grim "/mnt/$name.png"
    sleep 20
done
free -m > /mnt/memory.txt
ps -eo comm,rss > /mnt/processes.txt