Skip to content

Instantly share code, notes, and snippets.

@warabanshi
Last active November 18, 2021 05:15
Show Gist options
  • Save warabanshi/d2a29ee6017959dc02962a404d47d6e1 to your computer and use it in GitHub Desktop.
Save warabanshi/d2a29ee6017959dc02962a404d47d6e1 to your computer and use it in GitHub Desktop.
See if the environment is working on WSL2 in Vagrantfile
def is_wsl
File.exists?('/proc/version') && /WSL[0-9]/.match?(IO.readlines('/proc/version').first)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment