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
/
touchx
blob
f45c16720234ac429dcd608e63e2ba2f451500db
1
#!/bin/sh
2
3
true
<<EOF
4
=pod
5
6
=head1 NAME
7
8
touchx - set execution bit on files and creates them if neccessary
9
10
=cut
11
12
EOF
13
14
set -e
15
16
touch
"$@"
17
chmod
+
x
"$@"