citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
cols (60B)
1
#!/usr/bin/env sh
2
cols=${1:-73}
3
shift
4
fold -w $cols -s "$@"