Selaa lähdekoodia

Add rbenv-commands

pull/360/head^2
Sam Stephenson 15 vuotta sitten
vanhempi
commit
3b13dc9c14
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. +11
    -0
      libexec/rbenv-commands

+ 11
- 0
libexec/rbenv-commands Näytä tiedosto

@ -0,0 +1,11 @@
#!/usr/bin/env bash -e
shopt -s nullglob
{ for path in ${PATH//:/$'\n'}; do
for command in "${path}/rbenv-"*; do
echo "${command##*rbenv-}"
done
done
} | sort | uniq

Ladataan…
Peruuta
Tallenna