mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Initial commit
This commit is contained in:
10
bin/rbenv-rehash
Executable file
10
bin/rbenv-rehash
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$HOME/.rbenv/shims"
|
||||
rm *
|
||||
|
||||
for file in ../versions/*/bin/*; do
|
||||
ln -fs ../bin/rbenv-shim "${file##*/}"
|
||||
done
|
||||
Reference in New Issue
Block a user