Skip to content

Instantly share code, notes, and snippets.

View ntsh-oni's full-sized avatar
🌰
Not a Nutshell...

Oni ntsh-oni

🌰
Not a Nutshell...
View GitHub Profile
@ntsh-oni
ntsh-oni / ntshengn-setup.sh
Last active July 12, 2024 08:46
NutshellEngine Development Environment Setup Script
#!/bin/bash
mkdir NutshellEngine
cd NutshellEngine
# Clone NutshellEngine's repositories
git clone git@github.com:Team-Nutshell/NutshellEngine.git
git clone git@github.com:Team-Nutshell/NutshellEngine-Common.git
git clone git@github.com:Team-Nutshell/NutshellEngine-Module.git
git clone git@github.com:Team-Nutshell/NutshellEngine-Application.git
@ntsh-oni
ntsh-oni / franC.h
Created October 13, 2023 13:27
franC
// Branches
#define si if
#define sinon else
#define faire do
#define tantque while
#define pour for
#define echangeur switch
#define cas case
#define defaut default
#define casser break