# wpide/2.3.2/git/git-wrapper.sh

WPIDE – File Manager &amp; Code Editor, version 2.3.2. 6 lines.

- Page: https://pluginprobe.com/plugins/wpide/2.3.2/code/git/git-wrapper.sh
- Raw: https://pluginprobe.com/plugins/wpide/2.3.2/raw/git/git-wrapper.sh
- Modified: 2013-02-20T14:06:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpide/2.3.2/code/git/git-wrapper.sh#L10-L20`.

```bash
#!/bin/bash
set -e
set -u

ssh -o StrictHostKeyChecking=yes -o UserKnownHostsFile=$WPIDE_SSH_PATH/known_hosts -i $WPIDE_SSH_PATH/id_rsa $@

```
