This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
do not use paren in clock()
pull/1/head
10sr
пре 12 година
родитељ
06a2dfd562
комит
fd04f17e0c
1 измењених фајлова
са
9 додато
и
11 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-11
bashrc
+ 9
- 11
bashrc
Прегледај датотеку
@@ -249,17 +249,15 @@ fi
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"
sleep 1
done
)
local tformat="%Y/%m/%d %H:%M:%S %z"
local t=
cal
while true
do
t="`date "+${tformat}"`"
printf "\\r$t"
sleep 1
done
}
man(){
Write
Preview
Loading…
Откажи
Сачувај