index
:
openvpn.git
master
[no description]
OpenVPN Technologies, Inc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
install-win32
/
dosname.pl
blob: c29d134f94949bf58c35d16c502af37293499157 (
plain
) (
blame
)
1
2
3
4
(
$unixname
) =
@ARGV
;
$unixname
=~
s
#^/c##g;
$unixname
=~
s
#/#\\#g;
print
"
$unixname
\n
"
;