10sr пре 11 година
родитељ
комит
2c8a79e4da
1 измењених фајлова са 1 додато и 3 уклоњено
  1. +1
    -3
      bashrc

+ 1
- 3
bashrc Прегледај датотеку

@@ -250,12 +250,10 @@ alias setup.py="sudo python3 setup.py install --record files.txt"

clock(){
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
printf "\\r`date "+${tformat}"`"
sleep 1
done
}


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