From 2b15fe8f77e32ba4a631ab6b5f05c42b3d3aac91 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 1 Aug 2024 13:28:51 +0200 Subject: [PATCH] Some utilities :) Dropping them in the root for now, although there's a bin/ --- edit.sh | 0 sizeof.sh | 2 ++ 2 files changed, 2 insertions(+) mode change 100644 => 100755 edit.sh create mode 100755 sizeof.sh diff --git a/edit.sh b/edit.sh old mode 100644 new mode 100755 diff --git a/sizeof.sh b/sizeof.sh new file mode 100755 index 000000000..311254caf --- /dev/null +++ b/sizeof.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find . -iname '*md' | wc -l