Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
srv
/
admin
/
scripts
/
nodejs
/
//proc/212/root/srv/admin/scripts/nodejs/jq.js
#!/usr/bin/env node query=process.argv[2] file=process.argv[3] var plop = require("./"+file) function index(obj,i) {return obj[i]} var yeah = query.split('.').reduce(index, plop) if (yeah == undefined) console.log("null") else console.log(yeah)