mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 13:47:36 +00:00
6 lines
130 B
Bash
Executable file
6 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
|
|
|
sudo -E PATH="$PATH" "$script_path/build-image-qemu.sh"
|