This repository has been archived on 2019-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
TheThingsNetworkGateway/gateway.js

9 lines
145 B
JavaScript

const settings = {
};
// Skip the first 2 items - they are node file.js
for(let i = 2; i < process.argv.length; i++) {
if(process.argv[i])
}