aboutsummaryrefslogtreecommitdiff
path: root/bin/sd2u.awk
blob: b6e3da89a321cf26238e269cc2949761253976b3 (plain) (blame)
1
2
3
# Convert stream DOS line endings to UNIX ones
BEGIN { RS = "\r\n" }
1