winure/scripts/wsl.sh

8 lines
104 B
Bash
Raw Normal View History

2024-08-27 09:05:25 -04:00
#!/usr/bin/bash
if [[ ! -t 1 ]]; then
WRAPPER='hug'
fi
$WRAPPER '/mnt/c/Windows/System32/wsl.exe' $@