6 lines
88 B
Lua
6 lines
88 B
Lua
local wsl = os.getenv('WSL_DISTRO_NAME')
|
|
|
|
if wsl then
|
|
-- Do WSL specific things
|
|
end
|