mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-07 21:17:07 +09:00

All features supported by ladybird.sh should now work in ladybird.py. Let's forward invocations and warn that ladybird.sh will be removed.
6 lines
224 B
Bash
Executable file
6 lines
224 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
echo -e "\033[33;1mWARNING\033[0m: ladybird.sh is deprecated and will be removed soon. Please use ladybird.py instead."
|
|
"${DIR}/ladybird.py" "$@"
|