Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

decus

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