aboutsummaryrefslogtreecommitdiff
path: root/bin/sd2u.awk
blob: 0258495215f8d41874a5f26c55d86cd490fcf332 (plain) (blame)
1
2
3
# Convert DOS line endings to UNIX ones
{ sub(/\r$/, "") }
{ print }