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
|
||||
Reference in New Issue
Block a user