mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
SCRIPTFOLDER="$(dirname "$(readlink -f "$0")")"
|
|
"${SCRIPTFOLDER}/qemu_common.sh" qemu
|