3 lines
51 B
Bash
3 lines
51 B
Bash
|
#!/bin/sh
|
||
|
exec qemu-system-x86_64 -fda fdimage.img
|