aboutsummaryrefslogtreecommitdiff
path: root/bin/su2d.awk
blob: 34a8c5aeaa4d78c339c6a0cfebcbc5dea37dbd45 (plain) (blame)
1
2
3
# Convert UNIX line endings to DOS ones
!/\r$/ { $0 = $0 "\r" }
{ print }