From d21701568c85a49b42cf8da48b42bdb464eaab37 Mon Sep 17 00:00:00 2001
From: Loek Le Blansch <loek@pipeframe.xyz>
Date: Thu, 23 Jan 2025 20:50:28 +0100
Subject: add hide script

---
 .local/share/bin/hide | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 .local/share/bin/hide

(limited to '.local')

diff --git a/.local/share/bin/hide b/.local/share/bin/hide
new file mode 100755
index 0000000..cb49be0
--- /dev/null
+++ b/.local/share/bin/hide
@@ -0,0 +1,4 @@
+#!/bin/sh
+for file in "$@" ; do
+	mv "$file" ".$file"
+done
-- 
cgit v1.2.3