https://keyoxide.org/7AFFA019A34DB4CCE268699A6FE73398DD61DFCB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # description: | |
| # Symlink a short name to an exact version | |
| # | |
| # usage: | |
| # asdf-alias <plugin> <name> [<version> | --auto | --remove]" | |
| # asdf-alias <plugin> --auto" | |
| # asdf-alias <plugin> [--list]" | |
| # |
OlderNewer