summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-01 21:11:46 -0700
committerBen Sima <ben@bsima.me>2020-04-01 21:11:46 -0700
commit29476cb0a9df292174a51afffb431019ae4cb87a (patch)
tree8fa3390b5f7ddaa9dbc0f4a25fd7264a0291b38b
parent0f2f0e272721bd3340eb4cab9d784122ea498591 (diff)
Add chomp
-rwxr-xr-xchomp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chomp b/chomp
new file mode 100755
index 0000000..bb3883f
--- /dev/null
+++ b/chomp
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+tr -s '\n' "$@"