소스 검색

update scr to dump log to current dir

pull/15/head
10sr 7 년 전
부모
커밋
4109e6115e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      shrc

+ 1
- 1
shrc 파일 보기

@@ -701,7 +701,7 @@ null type dtach && alias ds=__dsession
scr(){
test -n "$1" && pf="${1}-"
___tformat="%Y%m%d-%H%M%S%z"
___file="${HOME}/${pf}`date +${___tformat}`.script"
___file="${PWD}/${pf}`date +${___tformat}`.script"
__MY_SCRIPT=${___file} script ${___file} "$@"
}



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