mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 04:40:05 +02:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
#! /usr/bin/env node
|
|
var rc = require('./index')
|
|
|
|
console.log(JSON.stringify(rc(process.argv[2]), false, 2))
|