From b4cfd2f1a880e6721e8f2affe6766a8614182478 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 3 Sep 2022 11:10:10 -0400 Subject: [PATCH] acme: Add t2s script for tab->space conversion It's just easier to edit code with tabs in Acme... --- bin/acme-scripts/t2s | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/acme-scripts/t2s diff --git a/bin/acme-scripts/t2s b/bin/acme-scripts/t2s new file mode 100755 index 0000000..1ae2dba --- /dev/null +++ b/bin/acme-scripts/t2s @@ -0,0 +1,3 @@ +#!/bin/sh +# t2s -- tabs to spaces +sed 's/ / /g' "$@" -- libgit2 1.1.1