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

https://github.com/your-local-developer/ps

🤫 Personal Powershell scripts
https://github.com/your-local-developer/ps

Last synced: 8 months ago
JSON representation

🤫 Personal Powershell scripts

Awesome Lists containing this project

README

          

# Personal Powershell Scripts 🤫🦾

## Restart-WSL ⚡🔌

### Install 📦

```powershell
cd ~\Documents\Powershell\Scripts
```

```powershell
git clone "https://github.com/your-local-developer/ps.git"
```

```powershell
Write-Output `n '. "$(Join-Path $PSScriptRoot "Scripts" "ps" "scripts" "restart_wsl.ps1")"' >> $PROFILE
```

### Usage 🚀

```powershell
Restart-WSL
```

## License 📜

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details