Skip to content

Commit

Permalink
Update snake.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Mar 6, 2021
1 parent a775c1a commit 373a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snake.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo apt update
sudo apt install dosbox nasm -y
nasm snake.asm -o snake.com -f bin
dosbox -c "mount c ." -c "c:" -c "snake"
dosbox -c "mount c ." -c "c:" -c "cls" -c "snake"

0 comments on commit 373a122

Please sign in to comment.