소스 검색

Add rbenv-commands

pull/360/head^2
Sam Stephenson 15 년 전
부모
커밋
3b13dc9c14
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      libexec/rbenv-commands

+ 11
- 0
libexec/rbenv-commands 파일 보기

@ -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

불러오는 중...
취소
저장