Can not exec in WSL bash
Open
Area-Uninstall-Tool
- Dominant language
- C#
- Stars
- 774
- Forks
- 72
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
```
mkdir -p ~/dotnet-core-uninstall
wget https://github.com/dotnet/cli-lab/releases/download/1.5.255402/dotnet-core-uninstall.tar.gz
tar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall
cd ~/dotnet-core-uninstall
./dotnet-core-uninstall -h
```

Contributor guide
Assessment
This issue has not been assessed yet.