citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit ed9592cbbce72e06ff44babd4783c0ea15e38927
parent 7e51794587e9f2491669804f4b7bda37c1e7f504
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 08:33:53 -0700

bin: add cols

Diffstat:
Abin/cols | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/cols b/bin/cols @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +cols=${1:-80} +shift +fold -w $cols -s "$@"