6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$(realpath "$0")")"
|
|
|
|
|
|
cooker shell -- qemu runqemu qemux86-64
|