File: main.js

package info (click to toggle)
node-brfs 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 372 kB
  • sloc: javascript: 717; makefile: 5; sh: 3
file content (3 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (9)
1
2
3
var fs = require('fs');
var html = fs.readFileSync(__dirname + '/robot.html', 'utf8');
console.log(html);