Csharp + shell = Csharpell !
You can use this as a interactive shell for C#.
And you can also use this tool to execute C# script.
Use this as C# script file executer.
Below realized.
# Interactive shell
csharpell -i
# Without arguments, goto interactive shell
csharpell
Below not realized.
# Default, execute Program.cs
csharpell .
# Execute Program.cs
csharpell Program.cs
# Get source codes
git clone [email protected]:Dynesshely/Csharpell.git
# Change working directory
cd Csharpell/Csharpell
# Build with dotnet sdk
dotnet build