mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-05 19:28:11 +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'
|