9 lines
182 B
Markdown
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"
|