From c0444e8378bc1edd38f72f4503d3245ce6cea278 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Sun, 6 Mar 2022 17:31:05 -0500 Subject: [PATCH] Add underconstruction vim filter --- scripts/underconstruction | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/underconstruction diff --git a/scripts/underconstruction b/scripts/underconstruction new file mode 100755 index 0000000..2f9bc4b --- /dev/null +++ b/scripts/underconstruction @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo '🚧 *under construction* 🚧'