%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/src/node-v0.10.4/deps/npm/node_modules/ansi/examples/beep/
Upload File :
Create Path :
Current File : //proc/self/root/usr/src/node-v0.10.4/deps/npm/node_modules/ansi/examples/beep/index.js

#!/usr/bin/env node

/**
 * Invokes the terminal "beep" sound once per second on every exact second.
 */

process.title = 'beep'

var cursor = require('../../')(process.stdout)

function beep () {
  cursor.beep()
  setTimeout(beep, 1000 - (new Date()).getMilliseconds())
}

setTimeout(beep, 1000 - (new Date()).getMilliseconds())

Zerion Mini Shell 1.0