mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
Meta: Allow sync.sh to be run from any directory
I often keep my terminal camped in the project root directory and run `make && ./Kernel/sync.sh && ./Kernel/run` This change allows me to not feel like a doofus when I do that :^)
This commit is contained in:
parent
47276a09dd
commit
ad4284428a
Notes:
sideshowbarker
2024-07-19 10:19:07 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/ad4284428a3 Pull-request: https://github.com/SerenityOS/serenity/pull/1026
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||
cd "$script_path"
|
||||
|
||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue