Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 419 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 419 Bytes

anko-nyagos

anko-nyagos is the commandline shell based on nyagos which can be customized by anko instead of Lua.

Sample rc-file: nyagos.ank put on the same directory with nyagos.exe.

func f(args){
    for s in args{
        println(s)
    }
}

alias("foo",f)

The alias named as foo is defined by anko.