Mercurial
Mercurial
>
dpoke
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
shi_date.sh
author
Stiletto <blasux@blasux.ru>
Sat, 17 Aug 2019 15:27:14 +0400
changeset 19
bf780d158f3e
parent 0
a22a319f5129
permissions
-rwxr-xr-x
Pass argv to setup()
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
0
a22a319f5129
Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff
changeset
1
#!/bin/sh
a22a319f5129
Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff
changeset
2
while
:
;
do
a22a319f5129
Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff
changeset
3
date
+%H:%M:%S
a22a319f5129
Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff
changeset
4
sleep
1
a22a319f5129
Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff
changeset
5
done