Merge branch 'source-lilypond-ejercicios'
[lilypond-ejercicios.git] / quitaespacios.sh
blobcb6b176dcf74f1efa657a36d60a05233b63cc529
1 #!/bin/sh
2 # remove trailing spaces from a file
3 # usage: quitaespacios <file>
4 # sed -i 's/\ $//g' editorial.itely
5 sed -i -e 's/[ \t]*$//' $1