3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
set -x
|
|
nix-shell -p qemu --run 'qemu-system-i386 -cdrom dist/v86-linux.iso'
|