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