scripts-n-stuff/README.md
2023-12-08 14:45:42 +01:00

9 lines
182 B
Markdown

# scripts-n-stuff
Collection of useful powershell and bash scripts
## Make Scripts executable from everywhere
- notepad $PROFILE
- add: $env:PATH += ";$env:USERPROFILE\Scripts"