Files
bash/support/deblank.sh
T
2011-12-03 12:52:47 -05:00

3 lines
43 B
Bash

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