repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make getpeername() return the original socket address which before it was intercepted
[hband-tools.git]
/
user-tools
/
screen-notify
blob
df762b7a9cebce64b514d210e1fb1ca788ef6db9
1
#!/bin/sh
2
3
true
<<EOF
4
=pod
5
6
=head1 NAME
7
8
screen-notify - Send status-line message to the current GNU/Screen instance
9
10
=cut
11
12
EOF
13
14
15
echo -ne
'
\033
^'
"$*"
'
\033\\
'