citadel

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

commit c61273603bf77951d51fd5fcc804a7da1611de62
parent 934117bd5e31829437b985474d60e567029a9683
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 28 Jan 2024 13:20:45 -0800

bin: add perln

Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/bin/perln b/bin/perln @@ -0,0 +1,2 @@ +/bin/sh +perl -n "$@"