Revert "Remove init.sh."
All checks were successful
Build / build (push) Successful in 40s

This reverts commit 5959c1229f8e36bf7e875f9520f7498d58640117.
This commit is contained in:
H. Utku Maden 2024-06-13 21:14:04 +03:00
parent 74e192bb05
commit 797197b562

13
sh/init.sh Normal file

@ -0,0 +1,13 @@
#!/bin/bash
# Change to source directory
cd $HOME/src
export QUIK_SRC=$PWD
export QNUGET_LOCAL=QuikLocal
export QNUGET_LOCAL_PATH=$QUIK_SRC/nuget_repo
# export QNUGET_REMOTE=nuget
# Create nuget repository.
mkdir -p $QUIK_SRC/nuget_repo
nuget sources Add -Name $QNUGET_LOCAL -Source $QNUGET_LOCAL_PATH -NonInteractive