mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00: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.
7 lines
224 B
Bash
Executable File
7 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" "$@"
|