diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-03 19:22:44 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-03 19:22:44 +0200 |
commit | bb9863e87055daf8347de65847c4a0a82ab0dfa8 (patch) | |
tree | 9ec9e090e38a4d2c995394886e69efbd480df58f /bin/gitlab-shell | |
parent | 003377ac0be2f44db0a278c920d445953fbfe5c3 (diff) | |
download | gitlab-shell-bb9863e87055daf8347de65847c4a0a82ab0dfa8.tar.gz |
gitlab-shell binm
Diffstat (limited to 'bin/gitlab-shell')
-rwxr-xr-x | bin/gitlab-shell | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/gitlab-shell b/bin/gitlab-shell new file mode 100755 index 0000000..e8799bb --- /dev/null +++ b/bin/gitlab-shell @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby + +# +# GitLab shell, invoked from ~/.ssh/authorized_keys +# + +ROOT_PATH = File.expand_path('..', __FILE__) + +puts ENV['SSH_CONNECTION'].inspect + +exit |