repo.or.cz
/
puttycyg-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update README.md
[puttycyg-ng.git]
/
test.sh
blob
572fe395b66bc0f13ce30cd40b2e2f24df5801cc
1
#!/bin/bash
2
script_dir
=
"$(dirname "
$
(
realpath
"
$0
"
)
")"
3
# NOTE: PuTTYCyg requires cthelper to be in $PATH
4
pushd
"
$script_dir
"
/
windows
/
cthelper
5
..
/
..
/
putty.exe
"$@"
6
popd