mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 01:00:32 +00:00
4 lines
127 B
Bash
Executable file
4 lines
127 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -eu
|
|
echo "DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/sandbox-agent-test-bus"
|
|
echo "DBUS_SESSION_BUS_PID=$$"
|