From: h7x4 Date: Sun, 18 Aug 2024 17:03:52 +0000 (+0200) Subject: Add nrfutil (#423) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/091e6c505040bebca0473f31caec22965f3c631c?ds=sidebyside Add nrfutil (#423) --- diff --git a/programs/nrfutil.json b/programs/nrfutil.json new file mode 100644 index 0000000..2b541df --- /dev/null +++ b/programs/nrfutil.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.nrfutil", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport NRFUTIL_HOME=\"$XDG_DATA_HOME\"/nrfutil\n```\n" + } + ], + "name": "nrfutil" +}