File: require

package info (click to toggle)
node-html5shiv 3.7.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: makefile: 11; sh: 2
file content (4 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh
set -e
# poor man document may be fixed in case of failure by using not packaged jsdom
node -e "global.document = '';require('html5shiv');"