ソースを参照

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} "$@"
}



読み込み中…
キャンセル
保存