cosmoB_loadOSLib -> cosmoB_loadOS
- now takes command line arguments: Usage: ./bin/cosmo [-clsr] [args] available options are: -c <in> <out> compile <in> and dump to <out> -l <in> load dump from <in> -s <in...> compile and run <in...> script(s) -r start the repl
- main.c will now report errors for passed scripts
should make integration into visual studio easier for people