6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mount -t drvfs f: /mnt/f
|
|
cp bin/kernel8.img /mnt/f
|
|
umount /mnt/f
|
|
echo "Done!" |