diff --git a/bin/cfgcheck b/bin/cfgcheck new file mode 100755 index 0000000..84260ae --- /dev/null +++ b/bin/cfgcheck @@ -0,0 +1,3 @@ +#!/usr/bin/bash + +node ~/pub/tools/scripts/cfgcheck/app.js diff --git a/scripts/cfgcheck/app.js b/scripts/cfgcheck/app.js new file mode 100644 index 0000000..f18c1aa --- /dev/null +++ b/scripts/cfgcheck/app.js @@ -0,0 +1 @@ +console.log(4444)