Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Last active March 15, 2017 00:27
Show Gist options
  • Save pawelsawicz/14f12dc7cbbf2a725a1c1d1c5aaae340 to your computer and use it in GitHub Desktop.
Save pawelsawicz/14f12dc7cbbf2a725a1c1d1c5aaae340 to your computer and use it in GitHub Desktop.
#!/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