Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimaslanjaka/wsl

WSL interoperator. Integrate WSL commands into windows cmd
https://github.com/dimaslanjaka/wsl

wsl wsl-ubuntu wsl2

Last synced: 26 days ago
JSON representation

WSL interoperator. Integrate WSL commands into windows cmd

Awesome Lists containing this project

README

        

# WSL Shim
## Windows interoperability with Linux

port wsl commands to windows commands.

> [source idea](https://docs.microsoft.com/en-us/windows/wsl/interop)

## How to integrate
- add this folder into windows path

## Test
- open cmd/powershell
- type
```cmd
sudo apt update -y
```

## How to add commands
- create `commandName.cmd` fill
```cmd
@echo off
wsl commandName %*
```

## Available commands
> see all *.cmd files

# Incoming terms
- call wsl commands from windows