refactor: rename fedora to base
This commit is contained in:
4
containers/base/config/bin/host
Executable file
4
containers/base/config/bin/host
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/bus
|
||||
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
|
||||
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"
|
||||
Reference in New Issue
Block a user