Преглед изворни кода

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



Loading…
Откажи
Сачувај