This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
pdf.js
Watch
1
Star
0
Fork
You've already forked pdf.js
0
mirror of
https://github.com/mozilla/pdf.js.git
synced
2025-04-25 17:48:07 +02:00
Code
Activity
e6da6106b5
pdf.js
/
external
/
shelljs
/
global.js
4 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Using ShellJS
2012-03-03 14:01:31 -05:00
var
shell
=
require
(
'./shell.js'
)
;
Updates shell.js to v0.1.2
2013-03-07 10:32:16 -06:00
for
(
var
cmd
in
shell
)
Using ShellJS
2012-03-03 14:01:31 -05:00
global
[
cmd
]
=
shell
[
cmd
]
;
Copy permalink