added a lot of new scripts

This commit is contained in:
Dobromir Popov
2023-10-18 19:31:00 +00:00
parent 47e8b0105c
commit f82836130a
9 changed files with 106 additions and 28 deletions

View File

@ -0,0 +1,11 @@
# if we have mono
# get an app/executable
wget -O nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
# create shell alias
alias nuget="mono /path/to/your/nuget.exe"
# resource the shell
source ~/.bashrc # Or the appropriate file name if not using bashrc
# run the new command
nuget