dotfiles/scripts/rye_maintain.sh

6 lines
85 B
Bash
Raw Normal View History

2024-05-10 17:20:41 +00:00
#!/usr/bin/env bash
rye self update
rye tools list | xargs -L1 rye install --force