Files
bash/support/deblank.sh
T

3 lines
43 B
Bash

#! /bin/sh
perl -pi -e 's/[ \t]+$//;' "$@"