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
- Host: GitHub
- URL: https://github.com/your-local-developer/ps
- Owner: your-local-developer
- License: mit
- Created: 2022-09-19T09:43:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T06:37:51.000Z (over 3 years ago)
- Last Synced: 2025-07-30T06:40:17.303Z (11 months ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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