mustakimali / cs

cs - An unix cli tool to execute arbitrary CSharp code

Home Page:https://www.nuget.org/packages/cscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs - An unix cli tool to execute arbitrary C# code

Usage:

cs <csharp code>

Example:

cat cs.csproj |  cs "var x = 10; Echo(x + arg.Split('<')[1]);"

About

cs - An unix cli tool to execute arbitrary CSharp code

https://www.nuget.org/packages/cscript


Languages

Language:C# 100.0%