소스 검색

scr always create file in $HOME

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

+ 1
- 1
bashrc 파일 보기

@@ -295,7 +295,7 @@ man(){

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



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