소스 검색

fix clock()

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

+ 1
- 3
bashrc 파일 보기

@@ -250,12 +250,10 @@ alias setup.py="sudo python3 setup.py install --record files.txt"

clock(){
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
printf "\\r`date "+${tformat}"`"
sleep 1
done
}


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