/+junk/gjs-vapi

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi
1
2
3
4
5
6
function main (args) {
  print ("Read file successfully!");
}

main (ARGV);