chiark / gitweb /
setup, bin/: Some scripts which are useful in Cygwin.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:34:28 +0000 (17:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Mar 2015 16:34:28 +0000 (17:34 +0100)
commit6a5170a8b5b36406e249eee93868f1b0e2acfd8b
treed46872bf0a5a3dc448e3ef1f9450b2ec4dfcc716
parentcb4c485306a984940caac998a486eae917cf6c77
setup, bin/: Some scripts which are useful in Cygwin.

  * bin/run-with-shell-env runs a program having established the proper
    shell environment.  This is handy for invoking things from Windows
    shortcuts, for example.

  * bin/start-ssh-pageant starts the Cygwin proxy for PuTTY's Pageant
    SSH agent.  It's not properly engineered yet, but it seems to work
    well enough for running at login time.
bin/run-with-shell-env [new file with mode: 0644]
bin/start-ssh-pageant [new file with mode: 0644]
setup