Skip to content
Snippets Groups Projects
Select Git revision
  • e986e0f56cc6b74a48e788450ca745fb65fbab82
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

decus

  • Clone with SSH
  • Clone with HTTPS
  • Kevin Lyda's avatar
    Kevin Lyda authored
    These ones found with:
    
    for f in $(file **/*(.)|grep Hitachi|sed 's/:.*//'); do
      ./convert-vms-record-fmt < $f > foo;
      mv foo $f;
    done
    e986e0f5
    History
    Name Last commit Last update
    ..