4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
|
|
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"
|