소스 검색

update scr

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

+ 2
- 1
bashrc 파일 보기

@@ -294,8 +294,9 @@ man(){
}

scr(){
test -n "$1" && pf="${1}-"
local _tformat="%Y%m%d-%H%M%S%z"
local _file="${HOME}/`date +${_tformat}`.script"
local _file="${HOME}/${pf}`date +${_tformat}`.script"
SCRIPT=${_file} script ${_file} "$@"
}



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