Your IP : 216.73.217.62


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/mime/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/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');