%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/gallery/node_modules/.bin/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/gallery/node_modules/.bin/mime |
#!/usr/bin/env node
var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);
process.stdout.write(type + '\n');