소스 검색

do not use paren in clock()

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

+ 9
- 11
bashrc 파일 보기

@@ -249,17 +249,15 @@ fi
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"
sleep 1
done
)
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
sleep 1
done
}

man(){


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