summaryrefslogtreecommitdiff
path: root/sh/folder.sh
blob: dc1c097a84ee25de953a68bc8cab3af15ecdc2c6 (plain)
1
2
3
4
5
6
#! /bin/sh

# Fold and remove trailing white-space from files.

fold -s "$@" | sed 's/[[:space:]]$//'