#!/bin/sh | |
# Folder structure | |
cd ~/ | |
mkdir Squadron.TestApplication | |
cd Squadron.TestApplication | |
mkdir src | |
cd src | |
# Initialising project | |
mkdir Squadron.TestApplication | |
cd Squadron.TestApplication | |
dotnet new console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment