git-annex-shell 277 B

1234567
  1. #!/bin/sh
  2. set -e
  3. if [ "x$SSH_ORIGINAL_COMMAND" != "x" ]; then
  4. exec '/srv/conda/envs/notebook/share/git-annex-8.20211123-0/runshell' git-annex-shell -c "$SSH_ORIGINAL_COMMAND"
  5. else
  6. exec '/srv/conda/envs/notebook/share/git-annex-8.20211123-0/runshell' git-annex-shell -c "$@"
  7. fi