This website requires JavaScript.
Explore
Help
Sign In
Sakurai
/
pdf.js
Watch
1
Star
0
Fork
0
You've already forked pdf.js
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b9a78d3d8
pdf.js
/
external
/
shelljs
/
global.js
4 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Using ShellJS
2012-03-04 04:01:31 +09:00
var
shell
=
require
(
'./shell.js'
)
;
Updates shell.js to v0.1.2
2013-03-08 01:32:16 +09:00
for
(
var
cmd
in
shell
)
Using ShellJS
2012-03-04 04:01:31 +09:00
global
[
cmd
]
=
shell
[
cmd
]
;
Reference in New Issue
Copy Permalink