diff options
author | Ben Sima <ben@bsima.me> | 2020-04-01 21:11:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-01 21:11:46 -0700 |
commit | 29476cb0a9df292174a51afffb431019ae4cb87a (patch) | |
tree | 8fa3390b5f7ddaa9dbc0f4a25fd7264a0291b38b /chomp | |
parent | 0f2f0e272721bd3340eb4cab9d784122ea498591 (diff) |
Add chomp
Diffstat (limited to 'chomp')
-rwxr-xr-x | chomp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/usr/bin/env bash +tr -s '\n' "$@" |