Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Last active March 15, 2017 00:27
Embed
What would you like to do?
#!/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