added a lot of new scripts
This commit is contained in:
11
linux/install and run app from cmd.md
Normal file
11
linux/install and run app from cmd.md
Normal 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
|
Reference in New Issue
Block a user