Menu

Tree [6b925a] master /
 History

HTTPS access


File Date Author Commit
 Makefile 2015-01-03 AntifreeZZe AntifreeZZe [694891] Initial commit
 README.md 2015-01-03 AntifreeZZe AntifreeZZe [0f4fc1] Initial commit
 csi.lua 2015-01-03 AntifreeZZe AntifreeZZe [694891] Initial commit
 test.cs 2015-01-03 AntifreeZZe AntifreeZZe [694891] Initial commit

Read Me

SharpScript

Note : All terminal commands beginning with # symbol must be executed with su mode

Information

Version : 1.0
Status : Alpha
Platform : GNU/Linux
Dependencies : mcs (dmcs/gmcs), wine, lua (lua52/lua5.1)

How to install

Run following commands in the terminal
#make
#make install

How to use

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