소스 검색

add func input

pull/1/head
10sr 12 년 전
부모
커밋
ee03818536
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      bashrc

+ 9
- 0
bashrc 파일 보기

@@ -183,6 +183,15 @@ then
|| complete -o default -o nospace -F _git g
fi

input(){
(
stty -echo
read foo
stty echo
echo $foo
)
}

tmux(){
if test $# -eq 0
then


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