Files
bash/bash-20060316/support/deblank.sh
T

3 lines
43 B
Bash

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