Skip to content

Commit

Permalink
change .hdf name to 'drivers'
Browse files Browse the repository at this point in the history
  • Loading branch information
erique committed Jan 31, 2018
1 parent 8eeb293 commit 53204ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create_hdf.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
xdftool -f amiga_tools.hdf create size=5M + format amiga_tools + write addmem + write rtg + write xaudio
xdftool -f drivers.hdf create size=5M + format drivers + write addmem + write rtg + write xaudio
4 changes: 2 additions & 2 deletions unpack_hdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ rm -rf unpack
mkdir unpack
pushd unpack

xdftool -f ../amiga_tools.hdf unpack .
cp -r amiga_tools/* ..
xdftool -f ../drivers.hdf unpack .
cp -r drivers/* ..

popd
rm -rf unpack

0 comments on commit 53204ee

Please sign in to comment.