7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
if [[ ! -t 1 ]]; then
|
|
WRAPPER='hug'
|
|
fi
|
|
$WRAPPER '/mnt/c/Windows/System32/wsl.exe' $@
|
|
|