Skip to content

WSL interoperator. Integrate WSL commands into windows cmd

License

Notifications You must be signed in to change notification settings

dimaslanjaka/WSL

Repository files navigation

WSL Shim

Windows interoperability with Linux

port wsl commands to windows commands.

source idea

How to integrate

  • add this folder into windows path

Test

  • open cmd/powershell
  • type
sudo apt update -y

How to add commands

  • create commandName.cmd fill
@echo off
wsl commandName %*

Available commands

see all *.cmd files

Incoming terms

  • call wsl commands from windows

About

WSL interoperator. Integrate WSL commands into windows cmd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages