clippian/burn.sh

6 lines
90 B
Bash
Raw Permalink Normal View History

2022-01-20 11:34:33 +00:00
#!/bin/bash
mount -t drvfs f: /mnt/f
cp bin/kernel8.img /mnt/f
umount /mnt/f
echo "Done!"