This PowerShell script changes the working directory to the user's Dropbox folder.
PS> ./cd-dropbox๐C:\Users\Markus\Dropbox (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's downloads folder.
PS> ./cd-downloads.ps1๐C:\Users\Markus\Downloads with 0 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the documents folder.
PS> ./cd-docs.ps1๐C:\Users\Markus\Documents with 3 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's desktop folder.
PS> ./cd-desktop.ps1๐/home/Markus/Desktop (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script builds a Git repository by supporting the following build systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
path Specifies the file path to the Git repository (default: current working directory)
PS> ./build-repo.ps1 C:\Repos\ninjaโณ Building ๐ninja by using CMake......โ
Build of ๐ninja succeeded in 47s, results in: ๐C:\Repos\ninja\_resultsAuthor: Markus Fleschutz | License: CC0