mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
3 lines
43 B
Bash
3 lines
43 B
Bash
#! /bin/sh
|
|
perl -pi -e 's/[ \t]+$//;' "$@"
|