Files
devcontainer/containers/base/config/bin/host
Job79 48f13d622b
Some checks failed
Build container / build (push) Has been cancelled
chore: sync from github
2025-08-29 13:46:15 +02:00

7 lines
179 B
Bash
Executable File

#!/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