~ubuntu-branches/ubuntu/wily/clamav/wily-proposed

1
2
3
4
5
6
#!/bin/sh
# Deletes trailing whitespace in-place in the passed-in files.
# Sample syntax:
#   $0 *.cpp

perl -pi -e 's/\s+$/\n/' $*