This commit is contained in:
6
containers/base/config/bin/host
Executable file
6
containers/base/config/bin/host
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$(basename "$0")" != "host" ]; then
|
||||
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" $(basename "$0") "$@"
|
||||
else
|
||||
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" "$@"
|
||||
fi
|
||||
1
containers/base/config/bin/podman
Symbolic link
1
containers/base/config/bin/podman
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
1
containers/base/config/bin/xdg-open
Symbolic link
1
containers/base/config/bin/xdg-open
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
Reference in New Issue
Block a user