From af959965ead0e547f8d395beb29cc493b977aa23 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 21 Jul 2024 09:45:26 +0800 Subject: [PATCH] 1 --- bin/cfgcheck | 3 +++ scripts/cfgcheck/app.js | 1 + 2 files changed, 4 insertions(+) create mode 100755 bin/cfgcheck create mode 100644 scripts/cfgcheck/app.js 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)