Skip to content
Commit e986e0f5 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Convert more VMS-style ascii text.

These ones found with:

for f in $(file **/*(.)|grep Hitachi|sed 's/:.*//'); do
  ./convert-vms-record-fmt < $f > foo;
  mv foo $f;
done
parent 6035628f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment