File: pseudo-ssh

package info (click to toggle)
casync 2%2B20180321-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,876 kB
  • sloc: ansic: 30,815; sh: 379; python: 69; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+

# A tool that we can use like ssh, but instead of connecting anywhere simply
# invokes the specified command locally. To be used via $CASYNC_SSH_PATH for
# testing the remoting protocol without actually doing anything remote.

shift 1
exec "$@"