repo.or.cz
/
rbackup.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[rbackup.git]
/
IsLoggedin
blob
303cb12321328c1f6be1214c45e4853f5ec667a5
1
#!/bin/sh
2
.
/
opt
/
corvix
/
etc
/
rbackup.conf
3
[[
-e
$HOME
/
.rbackup.conf
]] &&
.
$HOME
/
.rbackup.conf
4
finger
|
awk
'NR>1{print
$1
}'
|
grep
"
$USER
"
2
>&
1 1
>/
dev
/
null
5
exit
$?