Files
bash/bash-20060316/support/deblank.sh
T
2011-12-07 09:05:27 -05:00

3 lines
43 B
Bash

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