Files
devcontainer/containers/fedora/config/bin/host
2025-10-19 20:43:25 +02:00

4 lines
127 B
Bash
Executable File

#!/bin/bash
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"