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

182 B

scripts-n-stuff

Collection of useful powershell and bash scripts

Make Scripts executable from everywhere

  • notepad $PROFILE
  • add: $env:PATH += ";$env:USERPROFILE\Scripts"