Update README.md
[puttycyg-ng.git] / test.sh
blob572fe395b66bc0f13ce30cd40b2e2f24df5801cc
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