remove code-wsl.sh file

This commit is contained in:
João Moreno 2020-03-30 14:33:31 +02:00
parent 5b7aa98201
commit b2989ab109

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -e
HOST_IP=$(powershell.exe -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress}")
DISPLAY="$HOST_IP:0" ./scripts/code.sh