5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/bus
|
|
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
|
|
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"
|