SharpScript Code
Small script that allows you not to compile your C# scripts
Brought to you by:
antifreezze
| File | Date | Author | Commit |
|---|---|---|---|
| Makefile | 2015-01-03 |
|
[694891] Initial commit |
| README.md | 2015-01-03 |
|
[0f4fc1] Initial commit |
| csi.lua | 2015-01-03 |
|
[694891] Initial commit |
| test.cs | 2015-01-03 |
|
[694891] Initial commit |
Note : All terminal commands beginning with # symbol must be executed with su mode
Version : 1.0
Status : Alpha
Platform : GNU/Linux
Dependencies : mcs (dmcs/gmcs), wine, lua (lua52/lua5.1)
Run following commands in the terminal
#make
#make install
Add following line at the beginning of your C# script
#!/bin/csi
Then try
./yourscriptname.cs #(Without superuser mode)
if it throws an error "Failed to get access", try
#chown $USER:$USER ./yourscriptname.cs
Note : Script must have static void Main(string[] args) in one of its classes