UNPKG
ez-organizer
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Organise tvshows automatically (part of the 'ez' programs)
oussama1598/ezOrganizer
ez-organizer
/
dist
/
index.js
7 lines
(5 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
require
(
'app-module-path'
).
addPath
(
require
(
'path'
).
join
(__dirname,
'app'
) )
require
(
'app'
)