dotfiles/scripts/rye_maintain.sh

6 lines
85 B
Bash
Executable File

#!/usr/bin/env bash
rye self update
rye tools list | xargs -L1 rye install --force