commit fa5099fd8ebce9c33412e9809365602a95149cb7 parent dc04c8154f9f04bb3c3e4c7dfbf8e1f9a1de73c7 Author: Oliver Lowe <o@olowe.co> Date: Fri, 14 Oct 2022 13:27:03 +1100 import indentation commands Diffstat:
| A | bin/a+ | | | 6 | ++++++ |
| A | bin/a- | | | 3 | +++ |
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/bin/a+ b/bin/a+ @@ -0,0 +1,6 @@ +#!/usr/bin/sed -f + +s/^/ / + + + diff --git a/bin/a- b/bin/a- @@ -0,0 +1,3 @@ +#!/usr/bin/sed -f + +s/My name//