Skip to content

Commit

Permalink
AGC02: Añadido make.sh para generar DSK en BASIC
Browse files Browse the repository at this point in the history
  • Loading branch information
lronaldo committed Jul 23, 2019
1 parent 80b97e2 commit 4bca029
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions basic/make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
IDSK=$CPCT_PATH/tools/iDSK-0.13/bin/iDSK
SOURCE=rpg.bas
TARGET=rpg.dsk

# Create DSK
$IDSK $TARGET -n

# CONVERT TO MSDOS
unix2dos $SOURCE

# ADD TO DSK
$IDSK $TARGET -i $SOURCE -t 0

0 comments on commit 4bca029

Please sign in to comment.