mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05: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"
|