Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/mime/
Upload File :
Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/mime/cli.js

#!/usr/bin/env node

var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);

process.stdout.write(type + '\n');