소스 검색

update input

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

+ 5
- 6
bashrc 파일 보기

@@ -184,12 +184,11 @@ then
fi

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

tmux(){


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