mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-05 16:10:36 +00:00
4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# shellcheck disable=SC2016
|
|
echo 'This script has been removed, use `./scripts/release.sh` instead'
|