Skip to content

Commit

Permalink
Add script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxJedi committed Feb 24, 2021
1 parent 921bb7f commit a62ef89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Software/create_adf.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Requires xdftool from amitools (https://github.com/cnvogelg/amitools/)
xdftool fk.adf create
xdftool fk.adf format "FK"
xdftool fk.adf write FK
Expand Down
1 change: 1 addition & 0 deletions Software/create_lha.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Requires patool (in Debian / Ubuntu repos) and lha from https://github.com/jca02266/lha
tar -cvf fk.tar --transform 's,^,FK/,' FK FlashKickstart FlashKickstart.info libs13 libs13.info libs20 libs20.info
patool repack fk.tar fk.lha
rm fk.tar

0 comments on commit a62ef89

Please sign in to comment.