diff options
author | Jim Meyering <jim@meyering.net> | 1993-03-02 14:10:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-03-02 14:10:31 +0000 |
commit | d71cb4d9c702ff4bf106504f5737660123e08f33 (patch) | |
tree | a2b61b2a706269fb33c4902902af28f3764c5a55 /tests/tr/main | |
parent | d766e142eaa5a8608f2c35002a3cb6e4d667a724 (diff) | |
download | coreutils-d71cb4d9c702ff4bf106504f5737660123e08f33.tar.xz |
Initial revision
Diffstat (limited to 'tests/tr/main')
-rwxr-xr-x | tests/tr/main | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tr/main b/tests/tr/main new file mode 100755 index 000000000..dd2da71f4 --- /dev/null +++ b/tests/tr/main @@ -0,0 +1,3 @@ +: +perl -pe 's/\\\n$//' "$@" \ + | ./build-script |