mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 21:55:08 +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"
|