HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/local/lib/node_modules/pm2/node_modules/.bin/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/pm2/node_modules/.bin/blessed
#!/usr/bin/env node

var blessed = require('../')
  , argv = process.argv.slice(2)
  , cmd = argv.shift()
  , tput;

tput = blessed.tput({
  terminal: process.env.TERM,
  termcap: !!process.env.USE_TERMCAP,
  extended: true
});

if (tput[cmd]) {
  process.stdout.write(tput[cmd].apply(tput, argv));
}