index
:
twilight
trunk
Twilight Package Manager - An old package manager for all my software
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
/
update.js
blob: 5201ab8c0387ed9120bccad367043305f3c9165d (
plain
)
1
2
3
module
.
exports
=
async
(
argv
)
=>
{
await
require
(
'../hooks/update'
)();
}