Last active
March 15, 2017 00:27
-
-
Save pawelsawicz/14f12dc7cbbf2a725a1c1d1c5aaae340 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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