File: runexamples

package info (click to toggle)
node-browser-resolve 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 716 kB
  • sloc: javascript: 927; makefile: 15; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh
set -e
DEB_PACKAGE='node-browser-resolve'
find /usr/share/doc/$DEB_PACKAGE/examples/ -name '*.js' -maxdepth 1 -print0 | xargs -0 -n1 node