From 108a95b47a2666476ef791dce9443eff07d87deb Mon Sep 17 00:00:00 2001 From: Timerix Date: Fri, 12 Jun 2026 02:32:38 +0500 Subject: [PATCH] README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8de7001 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# C# Script Compiler +Execute .cs files in directory without building the project + +## Building +```sh +dotnet publish CSharpScript -o bin +``` + +## Usage +1. copy `CSharpScript.toml.default` to `CSharpScript.toml` +2. edit config +3. `./CSharpScript [argumentss_for_your_program]` + +P.S. If you don't want to ask users to install dotnet runtime, use my [portable mono runtime](https://timerix.ddns.net/git/Timerix/mono-apphost)