mirror of
https://git.dpkg.org/git/dpkg/dupload.git
synced 2025-04-09 20:44:36 +00:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
printf "\nmock-scp %s\n" "$*"
|
|
mock-method-xfer "$@"
|