6fdcbcfb607b

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Sep 2023 15:15:46 -0400
parents bf8002ba462c
children fdb4a84069f3
branches/tags (none)
files bin/cv remote/bin/cv

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/cv	Sat Sep 16 15:15:46 2023 -0400
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+
+column -s $'\t' -t
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/remote/bin/cv	Sat Sep 16 15:15:46 2023 -0400
@@ -0,0 +1,1 @@
+../../bin/cv
\ No newline at end of file